重命名控件库
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System.Windows;
|
||||
|
||||
using NeoUI.Appearance;
|
||||
using Melskin.Appearance;
|
||||
|
||||
namespace ShrlAlgoToolkit.RevitAddins.ModelManager
|
||||
{
|
||||
@@ -11,7 +11,7 @@ namespace ShrlAlgoToolkit.RevitAddins.ModelManager
|
||||
{
|
||||
public ModelCheckView()
|
||||
{
|
||||
//this.Style = (Style)this.FindResource("NeoWindowStyle");
|
||||
//this.Style = (Style)this.FindResource("MelWindowStyle");
|
||||
InitializeComponent();
|
||||
//ThemeManager.ApplyResourcesToElement(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user