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