Ejemplo n.º 1
0
        private void opRefresh_Est_Click(object sender, EventArgs e)
        {
            CTRL_Estoque cEst = new CTRL_Estoque();

            dgvEstoque.DataSource = cEst.GetAll();
            FormatarDgv.FormatarEstoque(dgvEstoque);
        }