示例#1
0
 public void TaskSuspend(ChessTask tid)
 {
     if (!MChessChess.TaskSuspend(tid))
     {
         ChessDetach();
     }
 }