Exemplo n.º 1
0
 public CommandManager(string[] i_Commands)
 {
     this._Commands             = new CommandCollection();
     this._IsCommandInitialized = false;
     this.AnalyzeCommand(i_Commands);
 }
Exemplo n.º 2
0
 public CommandManager()
 {
     this._Commands             = new CommandCollection();
     this._IsCommandInitialized = false;
 }