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