Example #1
0
 public void Save(PersistentSettings settings)
 {
     settings.PlaylistUrl = new Uri(VideoUrl);
 }
Example #2
0
 public void Load(PersistentSettings settings)
 {
     VideoUrl = settings.PlaylistUrl.ToString();
 }