using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; using ComponentFactory.Krypton.Navigator; using NXWMS.Forms.SysSettings; using NXWMS.Models; using ComponentFactory.Krypton.Toolkit; namespace NXWMS { public partial class DockMenu : UserControl { /// /// 主窗体 /// private Form _Main; public DockMenu(Form frm) { InitializeComponent(); _Main = frm; } } }