Пример #1
0
 public SCLServer()
 {
     _env            = Env.getEnv();
     _waitHandles[0] = new ManualResetEvent(false);   // end thread
 }