Winify – Diff between revs 28 and 59

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 28 Rev 59
Line 5... Line 5...
5 { 5 {
6 public class GotifyNotificationEventArgs : EventArgs 6 public class GotifyNotificationEventArgs : EventArgs
7 { 7 {
8 #region Constructors, Destructors and Finalizers 8 #region Constructors, Destructors and Finalizers
Line 9... Line 9...
9   9  
10 public GotifyNotificationEventArgs(GotifyNotification notification, Image image) 10 public GotifyNotificationEventArgs(GotifyMessage notification, Image image)
11 { 11 {
12 Notification = notification; 12 Notification = notification;
13 Image = image; 13 Image = image;
Line 14... Line 14...
14 } 14 }
Line 15... Line 15...
15   15  
Line 16... Line 16...
16 #endregion 16 #endregion
Line 17... Line 17...
17   17  
Line 18... Line 18...
18 #region Public Enums, Properties and Fields 18 #region Public Enums, Properties and Fields
19   19