public Search_PlanArrival(String No, string sku, string shohin, string col, string si
                           , string it, string br, string jan, string maker, string date, string soucd, string souname, string store)
 {
     InitializeComponent();
     HeaderTitleText    = "商品在庫照会(入荷予定)";
     this.BtnF12Visible = true;
     pa_bl      = new Search_PlanArrival_BL();
     zaibl      = new ZaikoShoukai_BL();
     adminNO    = No;
     skucd      = sku;
     shohinmei  = shohin;
     color      = col;
     size       = si;
     item       = it;
     brand      = br;
     jancd      = jan;
     makercd    = maker;
     changedate = date;
     soukocd    = soucd;
     soukoname  = souname;
     storecd    = store;
 }
Exemple #2
0
 public ZaikoShoukai()
 {
     InitializeComponent();
     zaibl  = new ZaikoShoukai_BL();
     dtData = new DataTable();
 }