15 lines
326 B
C#
15 lines
326 B
C#
|
|
using System.Windows.Controls;
|
|||
|
|
|
|||
|
|
namespace SHH.CameraDashboard
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// ServiceNodesDiagnostic.xaml 的交互逻辑
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class ServiceNodesDiagnostic : UserControl
|
|||
|
|
{
|
|||
|
|
public ServiceNodesDiagnostic()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|