Activity overview
Latest activity by robertvh
Any news on this issue?
Our software stops working after obfuscating on the following line:
PriceListInfo defaultPriceList = this.globe.Data.PriceLists.Where(pl => pl.Type == 'S' && pl.IsMain).FirstOrDefault();
I guess this might be caused by this issue / comments
Any news on this issue?
Our software stops working after obfuscating on the following line:
PriceListInfo defaultPriceList = this.globe.Data.PriceLists.Where(pl => pl.Type == 'S' && pl.IsMai...