Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausLoeffelmann committed Aug 7, 2024
1 parent 3afda96 commit b1a2e58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/System.Windows.Forms/src/System/Windows/Forms/Form.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ public partial class Form : ContainerControl
private bool _inRecreateHandle;
private TaskCompletionSource? _tcsNonModalForm;
private TaskCompletionSource<DialogResult>? _tcsModalForm;
private bool _debugFirst;
private readonly Lock _syncObj = new();

/// <summary>
Expand Down

0 comments on commit b1a2e58

Please sign in to comment.