Exemple #1
0
 private static void OnStopping(RunningModeEventArgs args)
 {
     StoppingEvent?.Invoke(null, args);
 }
Exemple #2
0
 private static void OnResuming(RunningModeEventArgs args)
 {
     RunningEvent?.Invoke(null, args);
 }
Exemple #3
0
 private static void OnPausing(RunningModeEventArgs args)
 {
     PausingEvent?.Invoke(null, args);
 }