添加了 Mqtt 的界面和添加对话框
This commit is contained in:
11
Views/MqttsView.xaml.cs
Normal file
11
Views/MqttsView.xaml.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace PMSWPF.Views;
|
||||
|
||||
public partial class MqttsView : UserControl
|
||||
{
|
||||
public MqttsView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user