using System.Windows.Controls; namespace FurnaceUI.Views.Operations { /// /// Interaction logic for SelfCheckView.xaml /// public partial class SelfCheckView : UserControl { public SelfCheckView() { InitializeComponent(); } } }