Ejemplo n.º 1
0
 private void StartSimulator(string fileName)
 {
     Program.EntryForm.StopVideoDevice();
     richPictureBox.LoadImage(fileName);
     this.btnSimulator.Text     = CII.LAR.Properties.Resources.StrCloseSimulator;
     Program.SysConfig.LiveMode = false;
     simulatorOpen = true;
 }