Example #1
0
        private void InvokePriceChangeEvent(double amount)
        {
            var resultPrice = PriceExtension.ConvertDoubleToAmount(amount);

            PriceEntered.SafeRaise(resultPrice);
        }
Example #2
0
 public override void ModifyShowingParams(ref ShowingItemsInfo showingInfo)
 {
     showingInfo.MinPriceRange = PriceExtension.ConvertDoubleToAmount(_minPriceValue);
     showingInfo.MaxPriceRange = PriceExtension.ConvertDoubleToAmount(_maxPriceValue);
 }