Exemplo n.º 1
0
 /// <summary>
 /// This operation will be called when the publisher notifies new setting data.
 /// </summary>
 /// <param name="publisher"></param>
 public void Update(SettingsPublisher publisher)
 {
     _ical_url = SettingsManager.Instance.Settings.Calendar.ICalUrl;
 }
Exemplo n.º 2
0
 /// <summary>
 /// This operation will be called when the publisher notifies new setting data.
 /// </summary>
 /// <param name="publisher"></param>
 public void Update(SettingsPublisher publisher)
 {
 }