Skip to content

Commit

Permalink
refactor: Fixed issues with WindowExtensions.Show().
Browse files Browse the repository at this point in the history
Co-authored-by: vadimffe <vadim.ffegmail.com>
  • Loading branch information
HavenDV committed Sep 20, 2023
1 parent fb8aa2d commit b89e2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/H.NotifyIcon.Shared/TaskbarIcon.Dispose.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public partial class TaskbarIcon : IDisposable
{
/// <summary>
/// Set to true as soon as <c>Dispose</c> has been invoked.
/// Set to true as soon as <c>Dispose</c> has been invoked.
/// </summary>
public bool IsDisposed { get; private set; }

Expand Down

0 comments on commit b89e2e4

Please sign in to comment.