コード例 #1
0
 public ProductList()
 {
     _presenter = new ProductListPresenter(this);
 }