public AddProductJuiceAcct(ViewDRJuice vdj, List <FHJuiceProductModel> lstFHprod, bool ifup) { viewDR = vdj; lstFHproducts = lstFHprod; ifUpdate = ifup; InitializeComponent(); }
public AddProductJuiceAcct(ViewDRJuice vdj, List <FHJuiceProductModel> lstFHprod) { viewDR = vdj; lstFHproducts = lstFHprod; InitializeComponent(); }