Server.PaperdollRequestEventArgs.PaperdollRequestEventArgs C# (CSharp) Méthode

PaperdollRequestEventArgs() public méthode

public PaperdollRequestEventArgs ( Server.Mobile beholder, Server.Mobile beheld ) : System
beholder Server.Mobile
beheld Server.Mobile
Résultat System
		public PaperdollRequestEventArgs( Mobile beholder, Mobile beheld )
		{
			m_Beholder = beholder;
			m_Beheld = beheld;
		}
	}
PaperdollRequestEventArgs