示例#1
0
 private void btnEntrar_Click(object sender, EventArgs e)
 {
     TelaMenuPrincipal menuPrincipal = new TelaMenuPrincipal();
     this.Hide();
     menuPrincipal.ShowDialog();
     this.Show();
 }
示例#2
0
        private void btnEntrar_Click(object sender, EventArgs e)
        {
            TelaMenuPrincipal menuPrincipal = new TelaMenuPrincipal();

            this.Hide();
            menuPrincipal.ShowDialog();
            this.Show();
        }