private void runToolStripButton_Click(object sender, EventArgs e) { try { transparentImage = ImgUtils.SetImgOpacity(mainPictureBox.Image, 0.3F); realImage = mainPictureBox.Image; SwitchSimulationVisualization(true); BSManager.Run(); } catch (ComponentsArentReadyException exc) { MessageBox.Show(exc.Message, "Не усі компоненти корректно налаштовані!", MessageBoxButtons.OK, MessageBoxIcon.Error); SwitchSimulationVisualization(false); } }