Пример #1
0
 public Out(ConsoleManager manager)
 {
     cmgr = manager;
 }
Пример #2
0
 public In(ConsoleManager manager)
 {
     cmgr = manager;
 }