Beispiel #1
0
        private void Button1_Click(object sender, EventArgs e)
        {
            Forms5 frmCarrosReativ = new Forms5();

            frmCarrosReativ.ShowDialog();
            this.Close();
        }
Beispiel #2
0
        private void BtnCarros_Click(object sender, EventArgs e)
        {
            Forms5 frmCarrosReativ = new Forms5();

            frmCarrosReativ.ShowDialog();
            this.Hide();
        }