예제 #1
0
 public void CloseClient()
 {
     SendCommand("quit");
     TelClient.Disconnect();
     TelClient.Dispose();
 }