Files
Shrlalgo.RvKits/ShrlAlgo.RvKits/RvMEP/StandMepCurveView.xaml.cs

17 lines
296 B
C#
Raw Normal View History

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