Ejemplo n.º 1
0
        private void btnResetSettings_Click(object sender, EventArgs e)
        {
            DecoupledStorage store = CodeRush.Options.GetStorage(GetCategory(), GetPageName());

            if (store != null)
            {
                store.EraseSection("Config");
            }
            LoadSettings();
            UpdateOptionsDialog();
            ReadOptionsFromDialog();
            trackWidth_Scroll(null, null);
        }