using System.Windows.Controls; namespace DMS.Views; public partial class MqttsView : UserControl { public MqttsView() { InitializeComponent(); } }