18 lines
324 B
C#
18 lines
324 B
C#
using System;
|
|
using System.Linq;
|
|
using System.Windows;
|
|
|
|
namespace ShrlAlgo.RvKits.RvMEP
|
|
{
|
|
/// <summary>
|
|
/// HeadroomCheckView.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class HeadroomCheckView
|
|
{
|
|
public HeadroomCheckView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|