Notification event arguments structure
Inheritance: EventArgs
Exemple #1
0
 private void PreProcessNotification(object sender, NotificationEventArgs e)
 {
     BlinkingLed.Set(false);
 }
Exemple #2
0
 private void PostProcessNotification(object sender, NotificationEventArgs e)
 {
     GHIElectronics.NETMF.Hardware.LowLevel.Watchdog.ResetCounter();
     BlinkingLed.Set(true);
 }