SystemSettingsView.xaml.cs 231 B

123456789101112
  1. using System.Windows.Controls;
  2. namespace LocalhostMES.Views.Tabs
  3. {
  4. public partial class SystemSettingsView : UserControl
  5. {
  6. public SystemSettingsView()
  7. {
  8. InitializeComponent();
  9. }
  10. }
  11. }