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