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