消除所有错误,重新构建
This commit is contained in:
@@ -2,15 +2,13 @@
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="clr-namespace:DMS.Views"
|
||||
xmlns:viewmodels="clr-namespace:DMS.ViewModels"
|
||||
xmlns:models="clr-namespace:DMS.Models"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
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"
|
||||
d:DataContext="{d:DesignInstance Type=viewmodels:MqttServerDetailViewModel}"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="450" d:DesignWidth="800">
|
||||
<UserControl.Resources>
|
||||
|
||||
Reference in New Issue
Block a user