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