From f07c3f94844acfcc4d5cf5aa4827d6269afa7f00 Mon Sep 17 00:00:00 2001 From: shinichi Date: Mon, 19 Oct 2020 15:14:01 +0200 Subject: [PATCH] moving and fixing --- ClientApp/App.xaml | 10 +++++----- ClientApp/Views/LoginView.xaml | 5 +++-- DoctorApp/App.xaml | 10 +++++----- Hashing/Hashing.projitems | 15 ++++++++------- .../WPFStuff/{ => MagicCode}/FocusAdvancement.cs | 0 5 files changed, 21 insertions(+), 19 deletions(-) rename Hashing/WPFStuff/{ => MagicCode}/FocusAdvancement.cs (100%) diff --git a/ClientApp/App.xaml b/ClientApp/App.xaml index 61cadcc..daae7b7 100644 --- a/ClientApp/App.xaml +++ b/ClientApp/App.xaml @@ -19,11 +19,11 @@ - - - - - + + + + + diff --git a/ClientApp/Views/LoginView.xaml b/ClientApp/Views/LoginView.xaml index 9266c85..6dc238e 100644 --- a/ClientApp/Views/LoginView.xaml +++ b/ClientApp/Views/LoginView.xaml @@ -5,6 +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" mc:Ignorable="d" ShowsNavigationUI="False" d:DesignHeight="450" d:DesignWidth="800"> @@ -14,10 +15,10 @@