Ejemplo n.º 1
0
        private void btnCategorias_Click(object sender, EventArgs e)
        {
            var frmCategorias = new Views.FrmCadastroCategorias();

            frmCategorias.ShowDialog();

            popularComboCategorias();
        }
Ejemplo n.º 2
0
        private void categoriaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var frmCategoria = new FrmCadastroCategorias();

            frmCategoria.ShowDialog();
        }