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