コード例 #1
0
 public ConfigurationWatcher(Service service, string name, string path)
     : base(service, name)
 {
     File = new FileInfo(path);
 }
コード例 #2
0
 public Commander(Service service, string name)
     : base(service, name)
 {
 }