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