Beispiel #1
0
        protected override string SetSettings(string currentSettings)
        {
            var s   = GetSettingsFromValue(currentSettings);
            var dlg = new Dialogs.WindowExportGPXSettings(s);

            dlg.ShowDialog();
            return(GetSettingsFromValue(s));
        }
 protected override string SetSettings(string currentSettings)
 {
     var s = GetSettingsFromValue(currentSettings);
     var dlg = new Dialogs.WindowExportGPXSettings(s);
     dlg.ShowDialog();
     return GetSettingsFromValue(s);
 }