Files
modernkeepass/ModernKeePass/Views/SettingsPageFrames/SettingsWelcomePage.xaml.cs

16 lines
408 B
C#
Raw Permalink Normal View History

// 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 SettingsWelcomePage
{
public SettingsWelcomePage()
{
InitializeComponent();
}
}
}