mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
WIP Windows 10
Dependencies finally installed Removal of useless code Big cleanup in XAML styles (override colors the correct way)
This commit is contained in:
19
Win10App/Views/SettingsPageFrames/SettingsSavePage.xaml.cs
Normal file
19
Win10App/Views/SettingsPageFrames/SettingsSavePage.xaml.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
|
||||
|
||||
using ModernKeePass.ViewModels.ListItems;
|
||||
|
||||
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 SettingsSavePage
|
||||
{
|
||||
private SettingsSaveViewModel ViewModel { get; }
|
||||
public SettingsSavePage()
|
||||
{
|
||||
InitializeComponent();
|
||||
ViewModel = new SettingsSaveViewModel();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user