Exemplo n.º 1
0
 void PasteCombinationDurationMediator_PasteCombinationDurationPassed(
     object sender,
     PasteCombinationDurationPassedEventArgument e)
 {
     logger.Verbose("Paste combination duration passed event has been received by user interface interaction mediator.");
     RaiseUserInterfaceShownEvent();
 }
 void PasteCombinationDurationMediator_PasteCombinationDurationPassed(
     object sender,
     PasteCombinationDurationPassedEventArgument e)
 {
     RaiseUserInterfaceShownEvent();
 }
 private void PasteCombinationDurationMediator_PasteCombinationDurationPassed(
     object sender,
     PasteCombinationDurationPassedEventArgument e)
 {
     RaiseUserInterfaceShownEvent();
 }