예제 #1
0
 public LineSystemCLI(LineSystem lineSystem)
 {
     LineSystem = lineSystem;
     Parser = new CommandParser(lineSystem, this);
 }