mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-07 08:56:30 +03:00
add new methods to IRecentFilesService.cs
This commit is contained in:
@@ -8,9 +8,10 @@ public interface IRecentFilesService
|
||||
// files are stored in reverse chronological order
|
||||
ObservableCollection<RecentFile> RecentFiles { get; }
|
||||
|
||||
void Load();
|
||||
void Save();
|
||||
|
||||
void Remember(string filename);
|
||||
void Forget(string filename);
|
||||
void ForgetAll();
|
||||
|
||||
// TODO load and store
|
||||
}
|
||||
Reference in New Issue
Block a user