public SimpleCommandLineClient( InjectionQueueCommunicator com, CommandHandler commandsfile ) { _com = com; _current = null; _parser = new CommandLineParser(); _handler = commandsfile; }
public void Setup() { _c = new CommandLineParser(); _sf = new SaveFile( "p.sav" ); _sf.A.Name = "RED2"; _sf.B.Name = "RED3"; }