This commit is contained in:
shinichi
2020-10-09 16:22:28 +02:00
parent 278a5adb5e
commit 5fcf0d177b
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
<UserControl x:Class="ClientApp.Views.LoginView"
<Page x:Class="ClientApp.Views.LoginView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
@@ -19,4 +19,4 @@
</Popup>
</StackPanel>
</DockPanel>
</UserControl>
</Page>