示例#1
0
 public void EnableChat(ChatModel chat)
 {
     f_TaskQueue.Queue(delegate {
         _UI.EnableChat(chat);
     });
 }