Exemplo n.º 1
0
        private void Button2_Click(object sender, EventArgs e)
        {
            Form l = new title();

            l.Show();
            this.Close();
        }
Exemplo n.º 2
0
        private void Button2_Click(object sender, EventArgs e)
        {
            Form na = new title();

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