void notification1_ResponseSubmitted(object sender, Microsoft.WindowsCE.Forms.ResponseSubmittedEventArgs e)
 {
     notification1.Visible = false;
     notification1 = null;
     notification1.Dispose();
     
 }
예제 #2
0
 public void Dispose()
 {
     notification1.Visible = false;
     notification1         = null;
     notification1.Dispose();
     Dispose();
 }
 public void Dispose(){
     notification1.Visible = false;
     notification1 = null;
     notification1.Dispose();
     Dispose();
 }
예제 #4
0
 void notification1_ResponseSubmitted(object sender, Microsoft.WindowsCE.Forms.ResponseSubmittedEventArgs e)
 {
     notification1.Visible = false;
     notification1         = null;
     notification1.Dispose();
 }