Exemplo n.º 1
0
        public static bool doScene(string ChatRoomName, ModContact mContact)
        {
            NSGetChatroomMemberDetail detail = new NSGetChatroomMemberDetail();

            detail.mChatRoomContact = mContact;
            return(detail.doSceneEx(ChatRoomName));
        }
Exemplo n.º 2
0
        public static bool doScene(string ChatRoomName)
        {
            NSGetChatroomMemberDetail detail = new NSGetChatroomMemberDetail();

            return(detail.doSceneEx(ChatRoomName));
        }