예제 #1
0
 public void SetTimeSpanBeforeCalendarNotifications(TimeSpan timeSpan)
 {
     keyValueStorage.SetTimeSpan(timeSpanBeforeCalendarNotificationsKey, timeSpan);
     timeSpanBeforeCalendarNotificationsSubject.OnNext(timeSpan);
 }