Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 58 → Rev 59

/SWAT Office App/trunk/SWAT Office App/Settings_Form.cs
107,6 → 107,7
sharedFolderLocation = Settings.Element("ProgramSettings").Element("SharedFolderLocation").Value;
usbMasterx32CopyLocation = Settings.Element("ProgramSettings").Element("USBMasterCopyx32Location").Value;
usbMasterx64CopyLocation = Settings.Element("ProgramSettings").Element("USBMasterCopyx64Location").Value;
DebugText.appendText("Settings from " + settingsLogLocation + " has been imported");
}
else
{
164,6 → 165,7
Settings.Element("ProgramSettings").SetElementValue("USBMasterCopyx64Location", usbMasterx64CopyLocation);
 
Settings.Save("Settings.xml");
DebugText.appendText("Settings has been exported to " + settingsLogLocation);
}
catch (Exception e)
{
191,6 → 193,7
)
);
Settings.Save(settingsLogLocation);
DebugText.appendText("A default settings file has been created");
}
catch (Exception e)
{