Пример #1
0
 public DCSBIOSDecoder()
 {
     _jaceId           = RandomFactory.Get();
     _imageUpdateTread = new Thread(ImageRefreshingThread);
     _imageUpdateTread.Start();
     DCSBIOS.GetInstance().AttachDataReceivedListener(this);
     EventHandlers.AttachDCSBIOSDecoder(this);
 }
Пример #2
0
 void Start()
 {
     _randomString.Initialize(StringChances);
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
     _randomString.Get();
 }