コード例 #1
0
ファイル: frmInicio.cs プロジェクト: cybermind123/Tcc
        private void btnCadastrar_Click(object sender, EventArgs e)
        {
            frmCadastroFuncionario tela = new frmCadastroFuncionario();

            tela.Show();
            this.Hide();
        }
コード例 #2
0
        private void funcionárioToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCadastroFuncionario tela = new frmCadastroFuncionario();

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