using System.Windows.Controls; namespace LampInspectionMachine.Views { /// /// ProductView.xaml 的交互逻辑 /// public partial class ProductView : UserControl { public ProductView() { InitializeComponent(); } } }