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