完善契约与客户端、服务端的收发代码

This commit is contained in:
2026-01-03 00:16:28 +08:00
parent d039559402
commit dcf424a86e
30 changed files with 3292 additions and 349 deletions

View File

@@ -0,0 +1,15 @@
using System.Windows.Controls;
namespace SHH.CameraDashboard
{
/// <summary>
/// VideoWall.xaml 的交互逻辑
/// </summary>
public partial class VideoWall : UserControl
{
public VideoWall()
{
InitializeComponent();
}
}
}