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