示例#1
0
 public override void Exit()
 {
     if (fileWatcher != null)
     {
         fileWatcher.EndMonitor();
     }
     base.Exit();
 }