添加项目文件。
This commit is contained in:
17
MSDevTool/Views/ObjectView.xaml.cs
Normal file
17
MSDevTool/Views/ObjectView.xaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Windows;
|
||||
|
||||
|
||||
namespace MSDevTool.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// ObjectView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class ObjectView : Window
|
||||
{
|
||||
public ObjectView(ObjectViewModel viewModel)
|
||||
{
|
||||
DataContext = viewModel;
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user