将Feature/XP.Common和Feature/XP.Hardware分支合并至Develop/XP.forHardwareAndCommon,完善XPapp注册和相关硬件类库通用类库功能。
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.Windows;
|
||||
using XP.Hardware.PLC.Sentry.ViewModels;
|
||||
|
||||
namespace XP.Hardware.PLC.Sentry.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// PLC Sentry Monitor 主窗口 | PLC Sentry Monitor main window
|
||||
/// </summary>
|
||||
public partial class SentryMainWindow : Window
|
||||
{
|
||||
public SentryMainWindow(SentryMainViewModel viewModel)
|
||||
{
|
||||
InitializeComponent();
|
||||
DataContext = viewModel;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user