Example #1
0
 public CommandServer(WindowControl uc)
 {
     _uc     = uc;
     Service = new CommandService(_uc);
 }
Example #2
0
 public CommandService(WindowControl uc)
 {
     _uc = uc;
 }