using System.Windows.Controls; namespace HC_APTBS.Views.UserControls { /// /// Devices column for the Dashboard page — CAN, K-Line, and Bench device tiles. /// DataContext is expected to be a . /// public partial class DashboardDevicesView : UserControl { public DashboardDevicesView() { InitializeComponent(); } } }