コード例 #1
0
        public void AbrirTelaCategoria()
        {
            frmCadastroCategoria cc = new frmCadastroCategoria();

            cc.ShowDialog();
            cc.Dispose();
        }
コード例 #2
0
        private void btnCadastroCategoria_Click(object sender, EventArgs e)
        {
            frmCadastroCategoria frmCategoria = new frmCadastroCategoria();

            frmCategoria.ShowDialog();
        }