Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-04-22 19:54:48 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2021-04-22 19:54:48 +0300
commitd346e6ef729e7b94153e81961053715f301e4dc4 (patch)
tree24776057e785c9b46e6c49d687e95f2c57d02062
parentfaf86629681c02638e5dffe42bcedb8a0b11d6c9 (diff)
Apply changes from https://github.com/mono/mono/pull/20957 to API snapshot
-rw-r--r--profiles/net_4_x/System.Windows.Forms.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/net_4_x/System.Windows.Forms.cs b/profiles/net_4_x/System.Windows.Forms.cs
index d227de6..737c54c 100644
--- a/profiles/net_4_x/System.Windows.Forms.cs
+++ b/profiles/net_4_x/System.Windows.Forms.cs
@@ -2297,7 +2297,7 @@ namespace System.Windows.Forms
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.Control SourceControl { get { throw null; } protected set { } }
protected override void Dispose(bool disposing) { }
- protected override void SetOwnerControl(System.Windows.Forms.Control control) { }
+ protected override void SetOwnerControl(System.Windows.Forms.Control newOwner) { }
protected override void SetVisibleCore(bool visible) { }
}
[System.ComponentModel.DefaultEventAttribute("Click")]