Minor cleanup

This commit is contained in:
s_falahati 2017-08-07 20:56:57 +04:30
parent dd6ca6f073
commit d8f27f0834

View File

@ -146,6 +146,8 @@ namespace HeliosDisplayManagement.UIForms
} }
} }
// ReSharper disable once CyclomaticComplexity
// ReSharper disable once FunctionComplexityOverflow
private void RefreshArrangementSettings() private void RefreshArrangementSettings()
{ {
gb_arrangement.Enabled = false; gb_arrangement.Enabled = false;
@ -258,8 +260,9 @@ namespace HeliosDisplayManagement.UIForms
} }
} }
} }
catch (Exception ex) catch (Exception)
{ {
// ignored
} }
} }