Ejemplo n.º 1
0
 private void ChangePasswordDlg_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     if (channel == null)
     {
     }
     else
     {
         channel.Abort();
         e.Cancel = true;
     }
 }
Ejemplo n.º 2
0
 void stop_OnStop(object sender, StopEventArgs e)
 {
     if (cur_channel != null)
     {
         cur_channel.Abort();
     }
 }