Example #1
0
 private void SaveConfig(string path = null)
 {
     CurrentConfiguration.SaveToXml(path);
     lblConfigPath.Text = CurrentConfiguration.Filepath;
     Settings.Default.LastConfigFilepath = CurrentConfiguration.Filepath;
     Settings.Default.Save();
 }