コード例 #1
0
 public DaemonThread(AsyncSocketServer asyncSocketServer)
 {
     m_asyncSocketServer = asyncSocketServer;
     MonitorTimerStart();
 }