修复添加设备时选择通讯协议,界面也跟着跟新
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
xmlns:viewmodels="clr-namespace:DMS.WPF.ViewModels"
|
||||
xmlns:models="clr-namespace:DMS.Core.Models;assembly=DMS.Core"
|
||||
xmlns:iNKORE="clr-namespace:iNKORE.UI.WPF.Modern.Controls;assembly=iNKORE.UI.WPF.Modern"
|
||||
xmlns:converters="clr-namespace:DMS.ValueConverts"
|
||||
xmlns:extensions="clr-namespace:DMS.Extensions"
|
||||
xmlns:enums="clr-namespace:DMS.Core.Enums"
|
||||
xmlns:valueConverts="clr-namespace:DMS.WPF.ValueConverts"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="450" d:DesignWidth="800">
|
||||
<UserControl.Resources>
|
||||
<converters:EnumDescriptionConverter x:Key="EnumDescriptionConverter"/>
|
||||
<valueConverts:EnumDescriptionConverter x:Key="EnumDescriptionConverter"/>
|
||||
</UserControl.Resources>
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
|
||||
Reference in New Issue
Block a user