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

ChatRequestEventArgs() public méthode

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