Exemplo n.º 1
0
		public ShortcutCommand(IShortcutCommand command, CommandArgs commandArgs)
		{
			this.command = command;
			this.commandArgs = commandArgs;
		}
Exemplo n.º 2
0
 public ShortcutCommand(IShortcutCommand command, CommandArgs commandArgs)
 {
     this.command     = command;
     this.commandArgs = commandArgs;
 }
Exemplo n.º 3
0
 public ShortcutInfo(Commands command, CommandArgs args)
 {
     this.command = command;
     this.args    = args;
 }
Exemplo n.º 4
0
		public ShortcutInfo(Commands command, CommandArgs args)
		{
			this.command = command;
			this.args = args;
		}