//窗体初始化,实例化等操作 public void Init() { m_isInitControl = false; InitControls(); AssignEvents(); WinManager.GetInstance().AddWindow(this); }