更新整理
This commit is contained in:
@@ -5,21 +5,22 @@
|
||||
Width="550"
|
||||
d:DataContext="{d:DesignInstance Type=local:SystemDisplayViewModel}"
|
||||
mc:Ignorable="d"
|
||||
x:Class="ShrlAlgo.RvKits.RvView.SystemDisplayView"
|
||||
x:Class="ShrlAlgoToolkit.RevitAddins.RvView.SystemDisplayView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:converters="clr-namespace:ShrlAlgoToolkit.Mvvm.Converters;assembly=ShrlAlgoToolkit.Mvvm"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="clr-namespace:ShrlAlgo.RvKits.RvView"
|
||||
xmlns:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvView"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:mep="clr-namespace:ShrlAlgo.RvKits.RvMEP"
|
||||
xmlns:mep="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvMEP"
|
||||
xmlns:rvMep="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvMEP"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/WPFluent"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:converters="clr-namespace:ShrlAlgoToolkit.Mvvm.Converters;assembly=ShrlAlgoToolkit.Mvvm">
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Window.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="pack://application:,,,/ShrlAlgoToolkit.RevitAddins;component/WPFUI.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
<converters:EnumItemsSourceAndConverter Type="{x:Type mep:MEPSystemClassification}" x:Key="SystemClassificationConverter" />
|
||||
<converters:EnumItemsSourceAndConverter Type="{x:Type rvMep:MEPSystemClassification}" x:Key="SystemClassificationConverter" />
|
||||
</ResourceDictionary>
|
||||
</Window.Resources>
|
||||
<Grid>
|
||||
|
||||
Reference in New Issue
Block a user