添加项目文件。
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace Sai.Common.Shared.ParameterManager
|
||||
{
|
||||
/// <summary>
|
||||
/// MetroProjectInfoParamsPage.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class MetroProjectInfoParamsPage : Page
|
||||
{
|
||||
public MetroProjectInfoParamsPage(MetroProjectInfoParamsViewModel metroProjectInfoViewModel)
|
||||
{
|
||||
InitializeComponent();
|
||||
DataContext = metroProjectInfoViewModel;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user