完善契约与客户端、服务端的收发代码
This commit is contained in:
15
SHH.CameraDashboard/Pages/CameraWall/VideoTile.xaml.cs
Normal file
15
SHH.CameraDashboard/Pages/CameraWall/VideoTile.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace SHH.CameraDashboard
|
||||
{
|
||||
/// <summary>
|
||||
/// VideoTile.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class VideoTile : UserControl
|
||||
{
|
||||
public VideoTile()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user