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

HelpRequestEventArgs() public méthode

public HelpRequestEventArgs ( Server.Mobile m ) : System
m Server.Mobile
Résultat System
		public HelpRequestEventArgs( Mobile m )
		{
			m_Mobile = m;
		}
	}
HelpRequestEventArgs