Ejemplo n.º 1
0
 private void ModelOnNotificationSettingsChanged(object sender, NotificationSettingsUpdatedEvent notificationSettingsUpdatedEvent)
 {
     var notificationTypeEnum = notificationSettingsUpdatedEvent.NewSettings;
     SetNotification(notificationTypeEnum);
 }
Ejemplo n.º 2
0
 private void ModelOnNotificationSettingsChanged(object sender, NotificationSettingsUpdatedEvent notificationSettingsUpdatedEvent)
 {
     _notification = NotificationFactory.CreateNotification(notificationSettingsUpdatedEvent.NewSettings, _model.NotifyIcon,
        _model.NotificationSound);
 }