具备界面基础功能
This commit is contained in:
19
SHH.CameraDashboard/Pages/WizardClientsControl.xaml.cs
Normal file
19
SHH.CameraDashboard/Pages/WizardClientsControl.xaml.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace SHH.CameraDashboard
|
||||
{
|
||||
/// <summary>
|
||||
/// WizardClientsControl.xaml 的交互逻辑
|
||||
/// <para>客户端配置向导的视图,通过数据绑定与 <see cref="ViewModels.WizardClientsViewModel"/> 交互</para>
|
||||
/// </summary>
|
||||
public partial class WizardClientsControl : UserControl
|
||||
{
|
||||
/// <summary>
|
||||
/// 初始化 <see cref="WizardClientsControl"/> 类的新实例
|
||||
/// </summary>
|
||||
public WizardClientsControl()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user