View Single Post
Old 08-07-2008, 06:02 AM   #2 (permalink)
b0b01
Forum Novice
 
Join Date: Dec 2005
Posts: 608
Default

Code:
if ( mc != null && mc.Owner != null &&  !MobileTable.Contains(mc.Owner))
					{
							MobileTable.Add( mc.Owner, mc );
					}
b0b01 is offline   Reply With Quote