- using System.Windows.Controls;
- namespace MECF.Framework.UI.Client.CenterViews.Maitenances.IO1
- {
- /// <summary>
- /// Interaction logic for IOView.xaml
- /// </summary>
- public partial class IO1View : UserControl
- {
- public IO1View()
- {
- InitializeComponent();
- }
- }
- }
|