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

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

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