Exemplo n.º 1
0
 private void OnClosed(object sender, FormClosedEventArgs e)
 {
     _client.Close();
 }
Exemplo n.º 2
0
 private void OnTerminate(object sender, EventArgs e)
 {
     _removeTimer.Change(Timeout.Infinite, Timeout.Infinite);
     _client.Close();
     this.Close();
 }