Exemplo n.º 1
0
 public CommandBase(string identifier, string text, string icon, string accelKey, string description)
 {
     _identifier = identifier;
     _properties = new CommandProperties(text, icon, accelKey, description);
     _paramList  = new Dictionary <string, string>();
 }
Exemplo n.º 2
0
 public CommandBase(string identifier, string text, string icon, string accelKey, string description)
 {
     _identifier = identifier;
      	_properties = new CommandProperties(text, icon, accelKey, description);
     _paramList = new Dictionary<string, string>();
 }