Esempio n. 1
0
        public controlPanelForm()
        {
            InitializeComponent();
            radioButtonSimulation.Select();
            simulationLog = new Log();
            chaarrLog     = new Log();
            var helloForm = new helloGoodbyeForm();

            helloForm.ShowDialog();
        }
Esempio n. 2
0
        private void controlPanelForm_FormClosing(object sender, FormClosingEventArgs e)
        {
            var goodbyeForm = new helloGoodbyeForm(false);//closing

            goodbyeForm.ShowDialog();
        }