13 lines
251 B
C#
13 lines
251 B
C#
|
|
namespace ShrlAlgoToolkit.RevitAddins.Standardizer;
|
|
/// <summary>
|
|
/// TemplateManagerView.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class TemplateManagerView
|
|
{
|
|
public TemplateManagerView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|