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