Ejemplo n.º 1
0
        private void btnSelect_Click(object sender, EventArgs e)
        {
            dgvSelect.Visible = true;
            List <User> allbrand = BrandManager.GetALLBrand();

            dgvSelect.DataSource = allbrand;
        }
Ejemplo n.º 2
0
        private void ReFresh()
        {
            List <User> allbrand = BrandManager.GetALLBrand();

            dgvSelect.DataSource = allbrand;
        }