Beispiel #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            this.Hide();
            Otcheti otc = new Otcheti();

            otc.ShowDialog();
        }
        private void button1_Click(object sender, EventArgs e)
        {
            Form ifrm = new Otcheti();

            ifrm.Show();
            this.Hide();
        }