Applicasa.Promotion.Show C# (CSharp) Метод

Show() публичный Метод

public Show ( PromotionResultDelegate callback ) : void
callback PromotionResultDelegate
Результат void
        public void Show(PromotionResultDelegate callback)
        {
            ApplicasaPromotionShowWithBlock(innerPromotion, callback);
        }