Files
Ayay/SHH.CameraDashboard/Pages/Diagnostics/ServiceNodesDiagnostic.xaml.cs

15 lines
326 B
C#
Raw Normal View History

2026-01-01 22:40:32 +08:00
using System.Windows.Controls;
namespace SHH.CameraDashboard
{
/// <summary>
/// ServiceNodesDiagnostic.xaml 的交互逻辑
/// </summary>
public partial class ServiceNodesDiagnostic : UserControl
{
public ServiceNodesDiagnostic()
{
InitializeComponent();
}
}
}