Beispiel #1
0
 void notificationAlarm_ResponseSubmitted(object sender, Microsoft.WindowsCE.Forms.ResponseSubmittedEventArgs e)
 {
 }
Beispiel #2
0
 void notification1_ResponseSubmitted(object sender, Microsoft.WindowsCE.Forms.ResponseSubmittedEventArgs e)
 {
     notification1.Visible = false;
     notification1         = null;
     notification1.Dispose();
 }