Exemple #1
0
        public void SaveSettings(object sender, EventArgs a)
        {
            bool getNewPath = shouldGetNewPath();

            if (SettingsOperations.SaveSettings(settings, getNewPath))
            {
                SetUnsavedSettings(false);
            }
        }