Exemplo n.º 1
0
        private void General_Information_FormClosed(object sender, FormClosedEventArgs e)
        {
            this.Hide();
            FirstForm f = new FirstForm();

            f.ShowDialog();
        }
        private void Logout_Click(object sender, EventArgs e)
        {
            this.Hide();
            FirstForm a = new FirstForm();

            a.ShowDialog();
        }
Exemplo n.º 3
0
        private void button5_Click(object sender, EventArgs e)
        {
            this.Hide();
            FirstForm f = new FirstForm();

            f.ShowDialog();
        }