Browse Source

Update src/Avalonia.Controls/Notifications/WindowNotificationManager.cs

improve xml comments

Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
pull/2453/head
danwalmsley 7 years ago
committed by GitHub
parent
commit
0119df4b93
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Controls/Notifications/WindowNotificationManager.cs

2
src/Avalonia.Controls/Notifications/WindowNotificationManager.cs

@ -49,7 +49,7 @@ namespace Avalonia.Controls.Notifications
}
/// <summary>
/// Instantiates a new instance of <see cref="WindowNotificationManager"/>.
/// Initializes a new instance of the <see cref="WindowNotificationManager"/> class.
/// </summary>
/// <param name="host">The window that will host the control.</param>
public WindowNotificationManager(Window host)

Loading…
Cancel
Save