コード例 #1
0
 public static void Stop()
 {
     if (_monitorThread != null && _monitorThread.IsAlive)
     {
         _monitorThread.Abort();
     }
     ConfigCore.Cache();
     Notification.Show("结束监控程序", ToolTipIcon.Info);
 }