예제 #1
0
 private void LoadPRoducts()
 {
     dgwProducts.DataSource = _productDal.GetAll2();
 }