コード例 #1
0
ファイル: FrmProductos.cs プロジェクト: em-torres/celebi
        public void LlenarGridProducto()
        {
            ProductoBL cli = new ProductoBL();

            dgvProd.DataSource = cli.LlenarProductos();

            CambiarTextoColumnasDG();
            CambiarNombreColumnasDG();
        }