예제 #1
0
 public Out(ConsoleManager manager)
 {
     cmgr = manager;
 }
예제 #2
0
 public In(ConsoleManager manager)
 {
     cmgr = manager;
 }