feat: add 客户端

This commit is contained in:
GukSang.Jin
2026-02-25 15:43:47 +08:00
parent 833031864b
commit aac0dd8fec
16 changed files with 888 additions and 39 deletions

View File

@@ -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>