예제 #1
0
 public Connector(Updater updater, ConfigurationManager cfg)
 {
     _updater = updater;
     _cfg     = cfg;
 }
예제 #2
0
 public Updater(ConfigurationManager cfg)
 {
     _cfg = cfg;
 }