コード例 #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();
 }
コード例 #2
0
 void PasteCombinationDurationMediator_PasteCombinationDurationPassed(
     object sender,
     PasteCombinationDurationPassedEventArgument e)
 {
     RaiseUserInterfaceShownEvent();
 }
コード例 #3
0
 private void PasteCombinationDurationMediator_PasteCombinationDurationPassed(
     object sender,
     PasteCombinationDurationPassedEventArgument e)
 {
     RaiseUserInterfaceShownEvent();
 }