mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
Moved generic styles to Default.xaml
This commit is contained in:
parent
8d05f5befc
commit
16dd803b26
24 changed files with 519 additions and 711 deletions
|
|
@ -1,10 +1,6 @@
|
|||
<Window x:Class="ServerManagerTool.AutoUpdateWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:com="clr-namespace:ServerManagerTool.Common;assembly=ServerManager.Common"
|
||||
xmlns:cc="clr-namespace:ServerManagerTool.Common.Converters;assembly=ServerManager.Common"
|
||||
xmlns:clib="clr-namespace:ServerManagerTool.Common.Lib;assembly=ServerManager.Common"
|
||||
xmlns:cvr="clr-namespace:ServerManagerTool.Common.ValidationRules;assembly=ServerManager.Common"
|
||||
Width="380" WindowStyle="ToolWindow" WindowStartupLocation="CenterScreen" ResizeMode="NoResize" SizeToContent="Height"
|
||||
Loaded="Window_Loaded" Closing="Window_Closing"
|
||||
Icon="../Art/favicon.ico" Title="{DynamicResource AutoUpdater_Title}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue