IO1View.xaml.cs 320 B

12345678910111213141516
  1. using System.Windows.Controls;
  2. namespace MECF.Framework.UI.Client.CenterViews.Maitenances.IO1
  3. {
  4. /// <summary>
  5. /// Interaction logic for IOView.xaml
  6. /// </summary>
  7. public partial class IO1View : UserControl
  8. {
  9. public IO1View()
  10. {
  11. InitializeComponent();
  12. }
  13. }
  14. }