コード例 #1
0
ファイル: ccSystemTray.cs プロジェクト: uuware/difftool
 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
ファイル: ccSystemTray.cs プロジェクト: uuware/difftool
 public SystemTrayNotificationEventArgs(SystemTrayNotificationEventType state) : base()
 {
     this.state = state;
 }