using System.Windows.Controls; namespace MainShell.Recipe.View { public partial class SubstrateHeightMeasureView : UserControl { public SubstrateHeightMeasureView() { InitializeComponent(); } } }