20 lines
457 B
C#
20 lines
457 B
C#
using System.Windows;
|
|
|
|
using Melskin.Appearance;
|
|
|
|
namespace ShrlAlgoToolkit.RevitAddins.ModelManager
|
|
{
|
|
/// <summary>
|
|
/// ModelCheckView.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class ModelCheckView
|
|
{
|
|
public ModelCheckView()
|
|
{
|
|
//this.Style = (Style)this.FindResource("MelWindowStyle");
|
|
InitializeComponent();
|
|
//ThemeManager.ApplyResourcesToElement(this);
|
|
}
|
|
}
|
|
}
|