Exemple #1
0
        private void btnAdicionarCategoria_Click_1(object sender, EventArgs e)
        {
            frmCategoria categoria = new frmCategoria();

            categoria.ShowDialog();

            txtCategoriaProduto.Items.Clear();
            PopulaCategoria();

            txtCategoriaProduto.Text = categoria.novaCategoria;
        }
Exemple #2
0
        private void categoriaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCategoria janelaCategoria = new frmCategoria();

            janelaCategoria.ShowDialog();
        }
Exemple #3
0
        private void btnNovaCategoria_Click(object sender, EventArgs e)
        {
            frmCategoria janelaCategoria = new frmCategoria();

            janelaCategoria.ShowDialog();
        }