public frmCategoryDetail(bool flag, WarehousePresenter categoryPresenter) : this()
 {
     this.categoryPresenter = categoryPresenter;
 }
Exemple #2
0
 public frmProductDetail(bool flag, WarehousePresenter warehousePresenter) : this()
 {
     this.warehousePresenter = warehousePresenter;
 }