2025-07-06 15:15:38 +08:00
|
|
|
using System.Windows.Controls;
|
|
|
|
|
using Microsoft.Extensions.DependencyInjection;
|
2025-07-19 11:11:01 +08:00
|
|
|
using DMS.WPF.ViewModels;
|
2025-07-06 15:15:38 +08:00
|
|
|
|
2025-07-18 19:56:00 +08:00
|
|
|
namespace DMS.Views
|
2025-07-06 15:15:38 +08:00
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// MqttServerDetailView.xaml 的交互逻辑
|
|
|
|
|
/// </summary>
|
|
|
|
|
public partial class MqttServerDetailView : UserControl
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
public MqttServerDetailView()
|
|
|
|
|
{
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|