14 lines
397 B
C#
14 lines
397 B
C#
namespace Sai.Common.Shared.ParameterManager
|
|
{
|
|
/// <summary>
|
|
/// MetroCategoryParamsPage.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class MetroCategoryParamsPage
|
|
{
|
|
public MetroCategoryParamsPage(MetroCategoryParamsViewModel metroParamViewModel)
|
|
{
|
|
InitializeComponent();
|
|
DataContext = metroParamViewModel;
|
|
}
|
|
}
|
|
} |