From aeb5d59ce9b6717ac243350bc4baebb1dc98e262 Mon Sep 17 00:00:00 2001 From: shinichi Date: Mon, 19 Oct 2020 15:32:14 +0200 Subject: [PATCH] implemented nextfocuable --- ClientApp/Views/LoginView.xaml | 6 +++--- DoctorApp/Views/LoginView.xaml | 5 +++-- Hashing/WPFStuff/MagicCode/FocusAdvancement.cs | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ClientApp/Views/LoginView.xaml b/ClientApp/Views/LoginView.xaml index 6dc238e..ed554b4 100644 --- a/ClientApp/Views/LoginView.xaml +++ b/ClientApp/Views/LoginView.xaml @@ -5,7 +5,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:ClientApp.Views" xmlns:viewModels="clr-namespace:ClientApp.ViewModels" - xmlns:Util="clr-namespace:Util.WPF" + xmlns:Util="clr-namespace:Util.MagicCode" mc:Ignorable="d" ShowsNavigationUI="False" d:DesignHeight="450" d:DesignWidth="800"> @@ -17,8 +17,8 @@