Exemple #1
0
 // コンストラクタ
 public HttpServer(Socket client, MainForm form)
 {
     mClient = client;
     mForm = form;
 }