コード例 #1
0
 public AddProductJuiceAcct(ViewDRJuice vdj, List <FHJuiceProductModel> lstFHprod, bool ifup)
 {
     viewDR        = vdj;
     lstFHproducts = lstFHprod;
     ifUpdate      = ifup;
     InitializeComponent();
 }
コード例 #2
0
 public AddProductJuiceAcct(ViewDRJuice vdj, List <FHJuiceProductModel> lstFHprod)
 {
     viewDR        = vdj;
     lstFHproducts = lstFHprod;
     InitializeComponent();
 }