18 lines
269 B
C#
18 lines
269 B
C#
|
|
using System.Windows;
|
|||
|
|
|
|||
|
|
using Wpf.Ui.Controls;
|
|||
|
|
|
|||
|
|
namespace Sai.RvKits.RvMEP
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// StandMepCurveView.xaml 的交互逻辑
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class StandMepCurveView
|
|||
|
|
{
|
|||
|
|
public StandMepCurveView()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|