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