Files
Shrlalgo.RvKits/ShrlAlgoToolkit.RevitAddins/RvMEP/StandMepCurveView.xaml.cs
2025-04-24 20:56:10 +08:00

17 lines
296 B
C#

using System.Windows;
namespace ShrlAlgo.RvKits.RvMEP
{
/// <summary>
/// StandMepCurveView.xaml 的交互逻辑
/// </summary>
public partial class StandMepCurveView
{
public StandMepCurveView()
{
InitializeComponent();
}
}
}