コード例 #1
0
ファイル: Products.cs プロジェクト: kapranowroman/Tasks
 private void btnAdd_Click(object sender, EventArgs e)
 {
     presenter.beginAdd();
 }