Esempio n. 1
0
 public ScriptCommand()
 {
     Arguments    = new Dictionary <string, ScriptCommandArgument>();
     ArgumentList = new ScriptCommandArgumentList();
 }
Esempio n. 2
0
		public ScriptCommand() {
			Arguments = new Dictionary<string, ScriptCommandArgument>();
			ArgumentList = new ScriptCommandArgumentList();
		}