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