private void button1_Click(object sender, EventArgs e)
        {
            Form ifrm = new Vvod();

            ifrm.Show();
            this.Hide();
        }
Example #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            this.Hide();
            Vvod redakt = new Vvod();

            redakt.ShowDialog();
        }