コード例 #1
0
ファイル: Server.cs プロジェクト: kumasan1011/opendesign
 public InfoServer(MainServer m)
 {
     clients = new List <Client>();
     ms      = m;
     idCount = 0;
 }