Beispiel #1
0
 public CLIManager(string text)
 {
     input  = text;
     parser = new CLIParser();
 }
 public CLIManager(string text)
 {
     input = text;
     parser = new CLIParser();
 }