Files
modernkeepass/WinAppCommon/Messages/PasswordGeneratedMessage.cs
Geoffroy BONNEVILLE 3d436c56fa Password generation button with display toggle and indicator is now a user control
SetCredentials user controls now uses PasswordGenerationBox user control
Some layout improvements in EntryDetailsPage
WIP Clipboard suspend issues
2020-05-25 19:23:32 +02:00

7 lines
124 B
C#

namespace Messages
{
public class PasswordGeneratedMessage
{
public string Password { get; set; }
}
}