Esempio n. 1
0
 public SystemTrayNotificationEventArgs(SystemTrayNotificationEventType state,
                                        System.Windows.Forms.MouseEventArgs e) : base()
 {
     this.state = state;
     this.e     = e;
 }
Esempio n. 2
0
 public SystemTrayNotificationEventArgs(SystemTrayNotificationEventType state)
     : base()
 {
     this.state = state;
 }
Esempio n. 3
0
 public SystemTrayNotificationEventArgs(SystemTrayNotificationEventType state) : base()
 {
     this.state = state;
 }