Esempio n. 1
0
 //用户进入房间回调函数定义
 void OnUserEnterRoomActionCallBack(int userId, int roomId, int userValue)
 {
     try
     {
         OnUserEnterRoomAction_Received_main = new SystemSettingServer.OnUserEnterRoomAction_Received(OnUserEnterRoomActionCallBack_main);
         this.rtb_message.Invoke(OnUserEnterRoomAction_Received_main, userId, roomId, userValue);
     }
     catch (Exception ex)
     {
         Log.SetLog("OnUserEnterRoomActionCallBack              用户进入房间回调函数定义,错误:" + ex.Message.ToString());
     }
 }
Esempio n. 2
0
 //用户进入房间回调函数定义
 void OnUserEnterRoomActionCallBack(int userId, int roomId, int userValue)
 {
     OnUserEnterRoomAction_Received_main = new SystemSettingServer.OnUserEnterRoomAction_Received(OnUserEnterRoomActionCallBack_main);
     this.rtb_message.Invoke(OnUserEnterRoomAction_Received_main, userId, roomId, userValue);
 }
Esempio n. 3
0
 //用户进入房间回调函数定义
 void OnUserEnterRoomActionCallBack(int userId, int roomId, int userValue)
 {
     OnUserEnterRoomAction_Received_main = new SystemSettingServer.OnUserEnterRoomAction_Received(OnUserEnterRoomActionCallBack_main);
     this.rtb_message.Invoke(OnUserEnterRoomAction_Received_main, userId, roomId, userValue);
 }
Esempio n. 4
0
 //用户进入房间回调函数定义
 void OnUserEnterRoomActionCallBack(int userId, int roomId, int userValue)
 {
     try
     {
         OnUserEnterRoomAction_Received_main = new SystemSettingServer.OnUserEnterRoomAction_Received(OnUserEnterRoomActionCallBack_main);
         this.rtb_message.Invoke(OnUserEnterRoomAction_Received_main, userId, roomId, userValue);
     }
     catch (Exception ex)
     {
         Log.SetLog("OnUserEnterRoomActionCallBack              用户进入房间回调函数定义,错误:" + ex.Message.ToString());
     }
 }