示例#1
0
        private void frmMain_FormClosing(object sender, FormClosingEventArgs e)
        {
            if (File.Exists(LayoutConfigName))
            {
                this.dotNetBarManager1.SaveLayout(LayoutConfigName);
            }

            m_REcentFelesList.WriteRegistyKey();
        }