示例#1
0
 private void RefreshHangHoa()
 {
     using (HangHoaBUS bus = new HangHoaBUS())
         dataGridView1.DataSource = bus.ListHangHoa();
 }