using System.Windows.Controls; namespace BPASmartClient.FoodStationTest.View { /// /// DeviceListView.xaml 的交互逻辑 /// public partial class DeviceListView : UserControl { public DeviceListView() { InitializeComponent(); } } }