Exemple #1
0
 public void RemoveCampaign(CampaignLoadingItem item)
 {
     WarningNotification.OpenNotificationWindow("Do you really want to delete the Campaign " + item.title + "?", delegate { ActuallyRemoveCampaign(item); });
 }
Exemple #2
0
 public void OnRemove()
 {
     WarningNotification.OpenNotificationWindow("Do you really want to delete the page " + page.name + "?", delegate { onRemove.Invoke(); });
 }