16 lines
338 B
C#
16 lines
338 B
C#
|
|
using System.Windows.Controls;
|
||
|
|
|
||
|
|
namespace MainShell.Manual.View
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// SubstrateHeightMeasureView.xaml 的交互逻辑
|
||
|
|
/// </summary>
|
||
|
|
public partial class SubstrateHeightMeasureView : UserControl
|
||
|
|
{
|
||
|
|
public SubstrateHeightMeasureView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|