Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 27  →  ?path2? @ 28
/trunk/Winify/Gotify/GotifyNotificationEventArgs.cs
@@ -5,14 +5,6 @@
{
public class GotifyNotificationEventArgs : EventArgs
{
#region Public Enums, Properties and Fields
 
public GotifyNotification Notification { get; set; }
 
public Image Image { get; set; }
 
#endregion
 
#region Constructors, Destructors and Finalizers
 
public GotifyNotificationEventArgs(GotifyNotification notification, Image image)
@@ -22,5 +14,13 @@
}
 
#endregion
 
#region Public Enums, Properties and Fields
 
public GotifyNotification Notification { get; set; }
 
public Image Image { get; set; }
 
#endregion
}
}