13 lines
248 B
C#
13 lines
248 B
C#
|
|
using System.Windows.Controls;
|
|||
|
|
|
|||
|
|
namespace MainShell.Recipe.View
|
|||
|
|
{
|
|||
|
|
public partial class SubstrateHeightMeasureView : UserControl
|
|||
|
|
{
|
|||
|
|
public SubstrateHeightMeasureView()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|