Index: Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs =================================================================== diff -u -re7b2da23c1741fe8241c31fa592231a9724ea60a -rdd811d41201314941fed3f5d627981f701be8ede --- Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs (.../RiskeerPlugin.cs) (revision e7b2da23c1741fe8241c31fa592231a9724ea60a) +++ Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs (.../RiskeerPlugin.cs) (revision dd811d41201314941fed3f5d627981f701be8ede) @@ -510,7 +510,10 @@ context.AssessmentSection, context.GetNormFunc, context.CategoryBoundaryName), - AfterCreate = (view, context) => { view.CalculationGuiService = hydraulicBoundaryLocationCalculationGuiService; } + AfterCreate = (view, context) => + { + view.CalculationGuiService = hydraulicBoundaryLocationCalculationGuiService; + } }; yield return new ViewInfo, WaveHeightCalculationsView> @@ -524,7 +527,10 @@ context.AssessmentSection, context.GetNormFunc, context.CategoryBoundaryName), - AfterCreate = (view, context) => { view.CalculationGuiService = hydraulicBoundaryLocationCalculationGuiService; } + AfterCreate = (view, context) => + { + view.CalculationGuiService = hydraulicBoundaryLocationCalculationGuiService; + } }; yield return new ViewInfo @@ -949,7 +955,7 @@ CanRemove = (assessmentSection, parentNodeData) => true, OnNodeRemoved = AssessmentSectionOnNodeRemoved }; - + yield return new TreeNodeInfo { Text = context => context.WrappedData.Name, @@ -1765,7 +1771,10 @@ RiskeerCommonFormsResources.Calculate_All, Resources.AssessmentSection_Calculate_All_ToolTip, RiskeerCommonFormsResources.CalculateAllIcon, - (sender, args) => { ActivityProgressDialogRunner.Run(Gui.MainWindow, AssessmentSectionCalculationActivityFactory.CreateActivities(nodeData)); }); + (sender, args) => + { + ActivityProgressDialogRunner.Run(Gui.MainWindow, AssessmentSectionCalculationActivityFactory.CreateActivities(nodeData)); + }); var importItem = new StrictContextMenuItem( CoreGuiResources.Import, @@ -1809,13 +1818,13 @@ return childNodes.ToArray(); } - + private static void AssessmentSectionStateRootContextOnNodeRenamed(AssessmentSectionStateRootContext nodeData, string newName) { nodeData.WrappedData.Name = newName; nodeData.WrappedData.NotifyObservers(); } - + private ContextMenuStrip AssessmentSectionStateRootContextMenuStrip(AssessmentSectionStateRootContext nodeData, object parentData, TreeViewControl treeViewControl) { var importItem = new StrictContextMenuItem(