Exemplo n.º 1
0
 public override void ExecuteHotkey(int index)
 {
     TimerCommand.Execute(Hotkey[index].Name);
     //base.ExecuteHotkey(index);
 }
Exemplo n.º 2
0
 private void CommandTriggerTimerCallback(object sender, EventArgs e)
 {
     TimerCommand?.Execute(null);
 }