コード例 #1
0
ファイル: Form1.cs プロジェクト: ahmetsaiderdem/CSharpCourse
 private void Form1_Load(object sender, EventArgs e)
 {
     //ProductDal productDal = new ProductDal();
     dgwProducts.DataSource = ProductDal.GetAll();//productDal.GetAll();
 }