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

ProfileRequestEventArgs() public méthode

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