Index: Riskeer/Common/src/Riskeer.Common.Data/Properties/Resources.Designer.cs
===================================================================
diff -u -r90f0c2690d7fda04357c9c22f39e59406aa9848d -r9b92606c2dafe340bf8596555400b58ea83b9462
--- Riskeer/Common/src/Riskeer.Common.Data/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 90f0c2690d7fda04357c9c22f39e59406aa9848d)
+++ Riskeer/Common/src/Riskeer.Common.Data/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9b92606c2dafe340bf8596555400b58ea83b9462)
@@ -1,4 +1,25 @@
-//------------------------------------------------------------------------------
+// Copyright (C) Stichting Deltares 2021. All rights reserved.
+//
+// This file is part of Riskeer.
+//
+// Riskeer is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
Index: Riskeer/Common/src/Riskeer.Common.Forms/Views/FailureMechanismResultView.cs
===================================================================
diff -u -ra72a0c1fefeb2474c6838b6ffd504a8a7b6ac5a0 -r9b92606c2dafe340bf8596555400b58ea83b9462
--- Riskeer/Common/src/Riskeer.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision a72a0c1fefeb2474c6838b6ffd504a8a7b6ac5a0)
+++ Riskeer/Common/src/Riskeer.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision 9b92606c2dafe340bf8596555400b58ea83b9462)
@@ -190,10 +190,7 @@
UpdateAssemblyData();
}
- ///
- /// Refreshes the data grid in the view.
- ///
- protected virtual void RefreshDataGrid()
+ private void RefreshDataGrid()
{
DataGridViewControl.RefreshDataGridView(false);
}
@@ -327,7 +324,7 @@
FailurePathAssemblyResult assemblyResult = FailureMechanism.AssemblyResult;
assemblyResult.ProbabilityResultType = (FailurePathAssemblyProbabilityResultType) probabilityResultTypeComboBox.SelectedValue;
assemblyResult.NotifyObservers();
-
+
UpdateAssemblyData();
UpdateFailurePathAssemblyControls();
}