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