Sic07/FrameworkLocal/UIClient/CenterViews/Editors/Recipe/RecipeSelectDialogView.xaml.cs

16 lines
367 B
C#
Raw Permalink Normal View History

2023-02-02 14:23:32 +08:00
using System.Windows.Controls;
namespace MECF.Framework.UI.Client.CenterViews.Editors.Recipe
{
/// <summary>
/// RecipeSequenceSelectDialogView.xaml 的交互逻辑
/// </summary>
public partial class RecipeSelectDialogView : UserControl
{
public RecipeSelectDialogView()
{
InitializeComponent();
}
}
}