示例#1
0
 protected override void OnStop()
 {
     //回收资源
     Startup.Dispose();
     Environment.Exit(0);
 }