コード例 #1
0
ファイル: SettingsStorage.cs プロジェクト: sensetv/mobileapp
 public void SetTimeSpanBeforeCalendarNotifications(TimeSpan timeSpan)
 {
     keyValueStorage.SetTimeSpan(timeSpanBeforeCalendarNotificationsKey, timeSpan);
     timeSpanBeforeCalendarNotificationsSubject.OnNext(timeSpan);
 }