Ejemplo n.º 1
0
 public DCSBIOSDecoder()
 {
     _jaceId           = RandomFactory.Get();
     _imageUpdateTread = new Thread(ImageRefreshingThread);
     _imageUpdateTread.Start();
     DCSBIOS.GetInstance().AttachDataReceivedListener(this);
     EventHandlers.AttachDCSBIOSDecoder(this);
 }