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