コード例 #1
0
 public frmCategoryDetail(bool flag, WarehousePresenter categoryPresenter) : this()
 {
     this.categoryPresenter = categoryPresenter;
 }
コード例 #2
0
 public frmProductDetail(bool flag, WarehousePresenter warehousePresenter) : this()
 {
     this.warehousePresenter = warehousePresenter;
 }