Server.ChatRequestEventArgs.ChatRequestEventArgs C# (CSharp) 메소드

ChatRequestEventArgs() 공개 메소드

public ChatRequestEventArgs ( Server.Mobile mobile ) : System
mobile Server.Mobile
리턴 System
		public ChatRequestEventArgs( Mobile mobile )
		{
			m_Mobile = mobile;
		}
	}
ChatRequestEventArgs