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