16 lines
330 B
C#
16 lines
330 B
C#
|
|
using System.Windows.Controls;
|
|||
|
|
|
|||
|
|
namespace Cowain.Bake.UI.Home.Views
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// ProcessParametersView.xaml 的交互逻辑
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class ProcessParametersView : UserControl
|
|||
|
|
{
|
|||
|
|
public ProcessParametersView()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|