mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
WIP on data binding, nothing is working...
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using ModernKeePass.Pages;
|
||||
using System;
|
||||
using System;
|
||||
using Windows.UI.Xaml.Controls;
|
||||
using Windows.UI.Xaml.Input;
|
||||
|
||||
using ModernKeePass.Pages;
|
||||
|
||||
// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
|
||||
|
||||
namespace ModernKeePass
|
||||
@@ -30,7 +31,7 @@ namespace ModernKeePass
|
||||
{
|
||||
// Application now has read/write access to the picked file
|
||||
textBlock.Text = "Opened database: " + file.Name;
|
||||
Frame.Navigate(typeof(DatabaseViewPage), file);
|
||||
Frame.Navigate(typeof(DatabaseDetailPage), file);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user