Browse Source

Update src/Avalonia.Controls/Notifications/INotification.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
62dc265b2e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Controls/Notifications/INotification.cs

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

@ -6,7 +6,7 @@ using System;
namespace Avalonia.Controls.Notifications
{
/// <summary>
/// Interface for a notification.
/// Represents a notification that can be shown in a window or by the host operating system.
/// </summary>
public interface INotification
{

Loading…
Cancel
Save