具备界面基础功能
This commit is contained in:
15
SHH.CameraDashboard/Pages/CameraImageSubscription.xaml.cs
Normal file
15
SHH.CameraDashboard/Pages/CameraImageSubscription.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace SHH.CameraDashboard
|
||||
{
|
||||
/// <summary>
|
||||
/// CameraImageSubscription.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class CameraImageSubscription : UserControl
|
||||
{
|
||||
public CameraImageSubscription()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user