コード例 #1
0
 public void HienthiPhieuBanLe(BindingNavigator bn, DataGridView dg)
 {
     bs.DataSource    = factory.DanhsachPhieuBanLe();
     bn.BindingSource = bs;
     dg.DataSource    = bs;
 }