mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-25 00:46:28 +03:00
add new methods to IRecentFilesService.cs
This commit is contained in:
@@ -7,10 +7,11 @@ 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