mirror of
https://github.com/wismna/ModernKeePassLib.git
synced 2025-10-03 15:40:20 -04:00
Update to KeePassLib version 2.45
This commit is contained in:
@@ -1725,7 +1725,7 @@ namespace ModernKeePassLib
|
||||
{
|
||||
Dictionary<string, bool> d = new Dictionary<string, bool>();
|
||||
|
||||
GAction<string> fAdd = delegate(string str)
|
||||
Action<string> fAdd = delegate(string str)
|
||||
{
|
||||
if(!string.IsNullOrEmpty(str)) d[str] = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user