修复添加设备时选择通讯协议,界面也跟着跟新

This commit is contained in:
2025-07-27 22:35:07 +08:00
parent 824c3e4df6
commit e3c2253f7b
12 changed files with 38 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ using System.Globalization;
using System.Windows;
using System.Windows.Data;
namespace DMS.ValueConverts;
namespace DMS.WPF.ValueConverts;
public class EnumDescriptionConverter : IValueConverter
{

View File

@@ -1,8 +1,7 @@
using System;
using System.Globalization;
using System.Windows.Data;
namespace DMS.ValueConverts
namespace DMS.WPF.ValueConverts
{
public class NullableBooleanConverter : IValueConverter
{