コード例 #1
0
ファイル: Form1.cs プロジェクト: hakanyalitekin/ADONET
 public void LoadProducts()
 {
     dgvProducts.DataSource = _productDal.GetAll_SP();
 }