using System.Windows.Controls; namespace Cowain.Bake.UI.Home.Views { /// /// ProcessParametersView.xaml 的交互逻辑 /// public partial class ProcessParametersView : UserControl { public ProcessParametersView() { InitializeComponent(); } } }