Exemple #1
0
 protected void ShowNotificationDialog(int id, DateTime startDate, bool isWorkshop)
 {
     var notifier = new NotificationHelper(id, isWorkshop);
     notifier.ShowDialog(this, id, startDate, isWorkshop);
 }
 public void FontSize()
 {
     var notifier = new NotificationHelper();
     notifier.ShowFontSize(this);
 }