配色更新
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
namespace ShrlAlgoToolkit.RevitAddins.ModelManager
|
||||
using System.Windows;
|
||||
|
||||
using NeoUI.Appearance;
|
||||
|
||||
namespace ShrlAlgoToolkit.RevitAddins.ModelManager
|
||||
{
|
||||
/// <summary>
|
||||
/// ModelCheckView.xaml 的交互逻辑
|
||||
@@ -7,7 +11,9 @@
|
||||
{
|
||||
public ModelCheckView()
|
||||
{
|
||||
//this.Style = (Style)this.FindResource("NeoWindowStyle");
|
||||
InitializeComponent();
|
||||
//ThemeManager.ApplyResourcesToElement(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user