Exemplo n.º 1
0
 public CellSetView(string houseName, int rowth, StorageViewPresenter presenter, List <int> colList, List <int> layerList, List <string> cellPosList)
 {
     InitializeComponent();
     this.Text      = houseName + "-" + rowth + "排-货位批量设置";
     this.presenter = presenter;
     this.houseName = houseName;
     this.rowth     = rowth;
     IniLayerList(layerList);
     IniLayerListArea(layerList);
     IniColList(colList);
     IniColListArea(colList);
     IniHouseAreaList();
     InitPosTypeList(cellPosList);
 }