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