Server.Gumps.PropertiesGump.PropertiesGump C# (CSharp) Méthode

PropertiesGump() public méthode

public PropertiesGump ( Server.Mobile mobile, object o ) : System
mobile Server.Mobile
o object
Résultat System
		public PropertiesGump( Mobile mobile, object o ) : base( GumpOffsetX, GumpOffsetY )
		{
			m_Mobile = mobile;
			m_Object = o;
			m_Type = o.GetType();
			m_List = BuildList();

			Initialize( 0 );
		}

Same methods

PropertiesGump::PropertiesGump ( Server.Mobile mobile, object o, Stack stack, ArrayList list, int page ) : System
PropertiesGump::PropertiesGump ( Server.Mobile mobile, object o, Stack stack, Server.Gumps.StackEntry parent ) : System