Exemplo n.º 1
0
        private void backbutton_Click(object sender, EventArgs e)
        {
            DonarLogin asa = new DonarLogin();

            asa.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void logoutBtn_Click(object sender, EventArgs e)
        {
            DonarLogin szmxx = new DonarLogin();

            this.Hide();
            szmxx.Show();
        }
        private void button2_Click(object sender, EventArgs e)
        {
            DonarLogin zm = new DonarLogin();

            this.Hide();
            zm.Show();
        }
        private void DonarInterface_Click(object sender, EventArgs e)
        {
            DonarLogin vxa = new DonarLogin();

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