feat: add 客户端
This commit is contained in:
@@ -2,8 +2,16 @@
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:PetWashControl"
|
||||
StartupUri="MainWindow.xaml">
|
||||
xmlns:converters="clr-namespace:PetWashControl.Converters"
|
||||
StartupUri="Views/MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="Resources/Styles.xaml"/>
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
|
||||
<converters:BoolToStatusConverter x:Key="BoolToStatusConverter"/>
|
||||
<converters:BoolToWashingConverter x:Key="BoolToWashingConverter"/>
|
||||
</ResourceDictionary>
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
|
||||
Reference in New Issue
Block a user