using System.Windows.Controls; namespace ECMonitor.Page.SystemSet { /// /// ManageSet.xaml 的交互逻辑 /// public partial class ManageSet : UserControl { public ManageSet() { InitializeComponent(); } } }