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