Esempio n. 1
0
 public void Start()
 {
     _thread = _threadInit();
     if (_thread != null)
     {
         _thread.Start();
     }
 }