mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00
Finished Password User Control
Recent and Open now use this control
This commit is contained in:

committed by
BONNEVILLE Geoffroy

parent
324553c58c
commit
6d69dd4d15
9
ModernKeePass/Events/DatabaseEventArgs.cs
Normal file
9
ModernKeePass/Events/DatabaseEventArgs.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace ModernKeePass.Events
|
||||
{
|
||||
public class DatabaseEventArgs: EventArgs
|
||||
{
|
||||
public bool IsOpen { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user