Files
modernkeepass/ModernKeePass10/Views/SettingsPageFrames/SettingsSecurityPage.xaml.cs

16 lines
429 B
C#
Raw Normal View History

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