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