using System.Windows.Controls; namespace FurnaceUI.Views.Recipes { /// <summary> /// ProcessRecipeView.xaml 的交互逻辑 /// </summary> public partial class ProcessRecipeView : UserControl { public ProcessRecipeView() { InitializeComponent(); } } }