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
a1b4e31241
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

@ -12,7 +12,7 @@ using Avalonia.VisualTree;
namespace Avalonia.Controls.Notifications
{
/// <summary>
/// Defines a WindowNotificationManager control.
/// An <see cref="INotificationManager"/> that displays notifications in a <see cref="Window"/>.
/// </summary>
public class WindowNotificationManager : TemplatedControl, IManagedNotificationManager
{

Loading…
Cancel
Save