Ejemplo n.º 1
0
 public CommandServer(WindowControl uc)
 {
     _uc     = uc;
     Service = new CommandService(_uc);
 }
Ejemplo n.º 2
0
 public CommandService(WindowControl uc)
 {
     _uc = uc;
 }