Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismSectionsView.Designer.cs =================================================================== diff -u -ra39fb3074f6c4cfa06efce5663d8ee428587dddb -re4e314411a1226b821443386d11acbfda2665521 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismSectionsView.Designer.cs (.../FailureMechanismSectionsView.Designer.cs) (revision a39fb3074f6c4cfa06efce5663d8ee428587dddb) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismSectionsView.Designer.cs (.../FailureMechanismSectionsView.Designer.cs) (revision e4e314411a1226b821443386d11acbfda2665521) @@ -19,8 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using System.Windows.Forms; - namespace Ringtoets.Common.Forms.Views { partial class FailureMechanismSectionsView @@ -40,7 +38,7 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FailureMechanismSectionsView)); - this.failureMechanismSectionsTable = new Ringtoets.Common.Forms.Views.FailureMechanismSectionsTable(); + this.failureMechanismSectionsTable = new Core.Common.Controls.DataGrid.DataGridViewControl(); this.SuspendLayout(); // // failureMechanismSectionsTable @@ -62,6 +60,6 @@ #endregion - private FailureMechanismSectionsTable failureMechanismSectionsTable; + private Core.Common.Controls.DataGrid.DataGridViewControl failureMechanismSectionsTable; } }