Add DashboardWindow, controlls to close the login than open the dashboard
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
xmlns:local="clr-namespace:Server_Dashboard"
|
||||
x:Name="Login"
|
||||
mc:Ignorable="d"
|
||||
Title="Server Dashboard" Height="700" Width="500" WindowStyle="None" ResizeMode="NoResize" Background="Transparent" AllowsTransparency="True">
|
||||
Title="Server Dashboard" Height="700" Width="500" WindowStyle="None" ResizeMode="NoResize" Background="Transparent" AllowsTransparency="True" local:CloseProperty.Value="True">
|
||||
<Border Style="{StaticResource LoginViewBorder}">
|
||||
<Grid Grid.Row="0">
|
||||
<Grid.RowDefinitions>
|
||||
|
||||
Reference in New Issue
Block a user