Beispiel #1
0
 protected override void _deactivate(MacroTriggerWithArguments triggerWithArguments, ActivationData activationData)
 {
     activationData.Router.CrosspointChanged -= activationData.RouterCrosspointChangedHandler;
     triggerWithArguments.Deactivated();
 }
 protected override void _deactivate(MacroTriggerWithArguments triggerWithArguments, ActivationData activationData)
 {
     activationData.RouterOutput.CurrentInputChanged -= activationData.RouterOutputCurrentInputChangedHandler;
     triggerWithArguments.Deactivated();
 }
Beispiel #3
0
 protected override void _deactivate(MacroTriggerWithArguments triggerWithArguments, ActivationData activationData)
 {
     activationData.Timer.SecondsChanged -= activationData.TimerSecondsChangedHandler;
     triggerWithArguments.Deactivated();
 }