コード例 #1
0
ファイル: ServerGUI.cs プロジェクト: istbarp/ChatX
 private void btnStop_Click(object sender, EventArgs e)
 {
     sc.StopServer();
 }