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