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

StunRequestEventArgs() public méthode

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