Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 58  →  ?path2? @ 59
/trunk/Winify/Gotify/GotifyNotificationEventArgs.cs
@@ -7,7 +7,7 @@
{
#region Constructors, Destructors and Finalizers
 
public GotifyNotificationEventArgs(GotifyNotification notification, Image image)
public GotifyNotificationEventArgs(GotifyMessage notification, Image image)
{
Notification = notification;
Image = image;
@@ -17,7 +17,7 @@
 
#region Public Enums, Properties and Fields
 
public GotifyNotification Notification { get; set; }
public GotifyMessage Notification { get; set; }
 
public Image Image { get; set; }