Exemple #1
0
 public void ClearRecent()
 {
     foreach (var r in RecentItems.ToArray())
     {
         r.RemoveRecentInfo();
     }
 }