示例#1
0
 internal void ReStartService()
 {
     if (watcherFactory.ServiceInstalled)
     {
         watcherFactory.ReStartService();
         GetServiceStats();
     }
 }