using System.Windows.Controls; namespace SHH.CameraDashboard { /// /// ServiceNodesDiagnostic.xaml 的交互逻辑 /// public partial class ServiceNodesDiagnostic : UserControl { public ServiceNodesDiagnostic() { InitializeComponent(); } } }