配色更新

This commit is contained in:
GG Z
2025-08-26 21:33:20 +08:00
parent ce4cc7bed0
commit e5f139264e
47 changed files with 432 additions and 606 deletions

View File

@@ -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);
}
}
}