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