示例#1
0
        public static bool doScene(string ChatRoomName, ModContact mContact)
        {
            NSGetChatroomMemberDetail detail = new NSGetChatroomMemberDetail();

            detail.mChatRoomContact = mContact;
            return(detail.doSceneEx(ChatRoomName));
        }
示例#2
0
        public static bool doScene(string ChatRoomName)
        {
            NSGetChatroomMemberDetail detail = new NSGetChatroomMemberDetail();

            return(detail.doSceneEx(ChatRoomName));
        }