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