예제 #1
0
 public CmdServerHandler(string[] args)
 {
     _parser     = new CmdServerParser(args);
     _helpWriter = new CmdServerHelpWriter(System.Console.Out);
 }
예제 #2
0
 public CmdServerHandler(string[] args)
 {
     _parser = new CmdServerParser(args);
     _helpWriter = new CmdServerHelpWriter(System.Console.Out);
 }