Files
modernkeepass/Win10App/Views/MainPageFrames/WelcomePage.xaml.cs

16 lines
392 B
C#
Raw 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 WelcomePage
{
public WelcomePage()
{
InitializeComponent();
}
}
}