Exemplo n.º 1
0
 private void MainForm_FormClosing(object sender, FormClosingEventArgs e)
 {
     _netServer.Close(); //서버 닫기
 }