Пример #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;
 }