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