You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ObjectListView/ObjectListView.DesignTime.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ public class ObjectListViewDesigner : ControlDesigner
67
67
#region Initialize & Dispose
68
68
69
69
/// <summary>
70
-
/// Initializes the designer with the specified component.
70
+
/// Initialises the designer with the specified component.
71
71
/// </summary>
72
72
/// <param name="component">The <see cref="T:System.ComponentModel.IComponent"/> to associate the designer with. This component must always be an instance of, or derive from, <see cref="T:System.Windows.Forms.Control"/>. </param>
@@ -107,7 +107,7 @@ public override void Initialize(IComponent component) {
107
107
}
108
108
109
109
/// <summary>
110
-
/// Initializes a newly created component.
110
+
/// Initialises a newly created component.
111
111
/// </summary>
112
112
/// <param name="defaultValues">A name/value dictionary of default values to apply to properties. May be null if no default values are specified.</param>
0 commit comments