예제 #1
0
 public void Close()
 {
     try
     {
         Log.log("关闭服务器");
         ServerStation.Close();
         Log.log("关闭控制板");
         ControlCom.Close();
     }
     catch (Exception ex)
     {
         Log.log("关闭异常");
         Log.error(ex);
     }
 }