Пример #1
0
 public ShopAppPresenter(IMainForm mainform)
 {
     this.mainform = mainform;
     this.model    = new ShopAppModel();
 }