コード例 #1
0
ファイル: telaLogin.cs プロジェクト: higorgl/ProjetoCarla
 private void btnEntrar_Click(object sender, EventArgs e)
 {
     TelaMenuPrincipal menuPrincipal = new TelaMenuPrincipal();
     this.Hide();
     menuPrincipal.ShowDialog();
     this.Show();
 }
コード例 #2
0
ファイル: telaLogin.cs プロジェクト: higorgl/ProjetoCarla
        private void btnEntrar_Click(object sender, EventArgs e)
        {
            TelaMenuPrincipal menuPrincipal = new TelaMenuPrincipal();

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