2017-10-16 16:16:58 +02:00
|
|
|
|
// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
|
2017-10-16 10:57:39 +02:00
|
|
|
|
|
2017-12-08 19:38:33 +01:00
|
|
|
|
namespace ModernKeePass.Views
|
2017-10-16 10:57:39 +02:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// An empty page that can be used on its own or navigated to within a Frame.
|
|
|
|
|
/// </summary>
|
2017-12-08 19:38:33 +01:00
|
|
|
|
public sealed partial class SettingsWelcomePage
|
2017-10-16 10:57:39 +02:00
|
|
|
|
{
|
2017-12-08 19:38:33 +01:00
|
|
|
|
public SettingsWelcomePage()
|
2017-10-16 10:57:39 +02:00
|
|
|
|
{
|
2017-10-16 16:16:58 +02:00
|
|
|
|
InitializeComponent();
|
2017-10-16 10:57:39 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|