mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00

Code cleanup in Lib WIP new VM for OpendatabaseControl WIP KDBX4 file save - still not working
8 lines
131 B
C#
8 lines
131 B
C#
namespace ModernKeePass.ViewModels
|
|
{
|
|
public class NewVm : OpenVm
|
|
{
|
|
public string Password { get; set; }
|
|
}
|
|
}
|