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