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