Corrected GUI nuisances.

This commit is contained in:
2017-05-04 11:02:45 +01:00
parent d0bb0aba0f
commit b82df8f31a
3 changed files with 21 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ namespace osrepodbmgr
XmlSerializer xs = new XmlSerializer(Current.GetType());
StreamReader sr = new StreamReader(settingsPath);
Current = (SetSettings)xs.Deserialize(sr);
sr.Close();
}
break;
}
@@ -221,6 +222,8 @@ namespace osrepodbmgr
catch
#pragma warning restore RECS0022 // A catch clause that catches System.Exception and has an empty body
{
if(System.Diagnostics.Debugger.IsAttached)
throw;
}
}