Exemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            maininfo a = new maininfo();

            a.Show();
            this.Close();
        }
Exemplo n.º 2
0
        private void button4_Click(object sender, EventArgs e)
        {
            maininfo maininfo = new maininfo();

            this.Hide();
            maininfo.Show();
        }
Exemplo n.º 3
0
        private void addinfo_FormClosing(object sender, FormClosingEventArgs e)
        {
            maininfo a = new maininfo();

            a.Show();
        }