示例#1
0
文件: Form1.cs 项目: stephnec/_4u
        private void btLogin_Click(object sender, EventArgs e)
        {
            TelaLogin tela = new TelaLogin(this);

            tela.Show();

            this.Hide();
        }
示例#2
0
        public TelaPrincipal(TelaLogin telaLogin)
        {
            InitializeComponent();

            tela = telaLogin;
        }