2025-08-26 21:33:20 +08:00
|
|
|
|
using System.Windows;
|
|
|
|
|
|
|
2026-01-02 17:30:41 +08:00
|
|
|
|
using Melskin.Appearance;
|
2025-08-26 21:33:20 +08:00
|
|
|
|
|
|
|
|
|
|
namespace ShrlAlgoToolkit.RevitAddins.ModelManager
|
2025-02-10 20:53:40 +08:00
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// ModelCheckView.xaml 的交互逻辑
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public partial class ModelCheckView
|
|
|
|
|
|
{
|
|
|
|
|
|
public ModelCheckView()
|
|
|
|
|
|
{
|
2026-01-02 17:30:41 +08:00
|
|
|
|
//this.Style = (Style)this.FindResource("MelWindowStyle");
|
2025-02-10 20:53:40 +08:00
|
|
|
|
InitializeComponent();
|
2025-08-26 21:33:20 +08:00
|
|
|
|
//ThemeManager.ApplyResourcesToElement(this);
|
2025-02-10 20:53:40 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|