예제 #1
0
        private void Button1_Click(object sender, EventArgs e)  //lista de Produtos
        {
            FormListaEstoque fle = new FormListaEstoque();

            fle.ShowDialog();
        }
예제 #2
0
        }//fim procurar no estoque

        private void button4_estoque_Click(object sender, EventArgs e) //botão para listar os produtos no estoque
        {
            FormListaEstoque fle = new FormListaEstoque();

            fle.ShowDialog();
        }//fim forms estoque