예제 #1
0
 protected SwitchRoutineExecutor(T cfg)
 {
     Config     = cfg;
     Connection = new SwitchConnectionAsync(cfg.IP, cfg.Port, cfg);
 }