Files
modernkeepass/WinAppCommon/Messages/CredentialsMessage.cs
Geoffroy BONNEVILLE a7da427ded Create database works with new Vm
Refactoring
2020-04-22 16:21:47 +02:00

8 lines
169 B
C#

namespace Messages
{
public class CredentialsSetMessage
{
public string KeyFilePath { get; set; }
public string Password { get; set; }
}
}