예제 #1
0
파일: Inicial.cs 프로젝트: VyseClown/ImSys
        private void usuarioToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CadastroPessoa frmPessoa = new CadastroPessoa();

            frmPessoa.Show();
        }
예제 #2
0
        private void btnCadPess_Click(object sender, EventArgs e)
        {
            CadastroPessoa cadPess = new CadastroPessoa();

            cadPess.Show();
        }