mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 16:10:16 -04:00
Removed unused anti corruption code
This commit is contained in:
@@ -23,12 +23,12 @@ namespace ModernKeePass.Interfaces
|
||||
bool IsClosed { get; }
|
||||
bool HasChanged { get; set; }
|
||||
|
||||
Task Open(CompositeKey key, bool createNew = false);
|
||||
Task ReOpen();
|
||||
void Open(CompositeKey key, bool createNew = false);
|
||||
void ReOpen();
|
||||
void Save();
|
||||
void Save(StorageFile file);
|
||||
void CreateRecycleBin(string title);
|
||||
void AddDeletedItem(PwUuid id);
|
||||
Task Close(bool releaseFile = true);
|
||||
void Close(bool releaseFile = true);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user