public static bool doScene(string ChatRoomName, ModContact mContact) { NSGetChatroomMemberDetail detail = new NSGetChatroomMemberDetail(); detail.mChatRoomContact = mContact; return(detail.doSceneEx(ChatRoomName)); }
public static bool doScene(string ChatRoomName) { NSGetChatroomMemberDetail detail = new NSGetChatroomMemberDetail(); return(detail.doSceneEx(ChatRoomName)); }