- using System.Windows.Controls;
- namespace MECF.Framework.UI.Client.CenterViews.Editors.Recipe
- {
- /// <summary>
- /// PopSettingDialogView.xaml 的交互逻辑
- /// </summary>
- public partial class PopSettingDialogView : UserControl
- {
- public PopSettingDialogView()
- {
- InitializeComponent();
- }
- }
- }
|