Exemplo n.º 1
0
 /// <summary>
 /// When the form exits make sure there are no
 /// channel threads running
 /// </summary>
 private void simple_Switcher_FormClosing(object sender, FormClosingEventArgs e)
 {
     //make sure no threads are still running
     cn_mngr.DisconnectAll();
 }