예제 #1
0
 void IAlarmSource.RunThread()
 {
     _server = new AlarmServer(this);
     _server.Start();
 }
예제 #2
0
 void IAlarmSource.RunThread()
 {
     _server = new AlarmServer(this);
     _server.Start();
 }