public void DidShowAd() { ShowAd?.Invoke(this, EventArgs.Empty); if (Delegate != null) { Delegate.DidShowAd(); } }
public static void ShowAdvertisement() { ShowAd?.Invoke(); }