Files
modernkeepass/ModernKeePass/Views/SettingsPageFrames/SettingsCredentialsPage.xaml.cs
Geoffroy BONNEVILLE d38d6461bd Updated Settings page
Added new settings (history and clipboard)
Renamed and moved Settings Vms
2020-05-13 13:50:33 +02:00

16 lines
416 B
C#

// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
namespace ModernKeePass.Views
{
/// <summary>
/// An empty page that can be used on its own or navigated to within a Frame.
/// </summary>
public sealed partial class SettingsCredentialsPage
{
public SettingsCredentialsPage()
{
InitializeComponent();
}
}
}