Sic.Framework/MECF.Framework.UI.Client/CenterViews/Editors/RecipeConfig/RecipeConfigView.xaml.cs

16 lines
353 B
C#

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();
}
}
}