Exemplo n.º 1
0
        void loadNhom()
        {
            listNhom = Nhom.getListNhom(pathDataGroup);

            bindingSource_nhom.DataSource = listNhom;
            dataGridView_nhom.DataSource  = bindingSource_nhom;
        }