Пример #1
0
 public void ExportConfig()
 {
     Apply();
     SCaddinsApp.WindowManager.ShowSaveFileDialog(@"config.xml", "*.xml", "XML |*.xml", out var filePath);
     SettingsIO.Export(filePath);
 }