Exemplo n.º 1
0
 public ConfigurationWatcher(Service service, string name, string path)
     : base(service, name)
 {
     File = new FileInfo(path);
 }
Exemplo n.º 2
0
 public Commander(Service service, string name)
     : base(service, name)
 {
 }