Changeset 12133 for stable/HeuristicLab.MainForm.WindowsForms/3.3
- Timestamp:
- 03/05/15 09:48:34 (10 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12111
- Property svn:mergeinfo changed
-
stable/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs/InfoBox.Designer.cs
r12009 r12133 74 74 this.infoRichTextBox.TabIndex = 1; 75 75 this.infoRichTextBox.Text = ""; 76 this.infoRichTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.infoRichTextBox_LinkClicked); 76 77 // 77 78 // InfoBox -
stable/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs/InfoBox.cs
r12009 r12133 59 59 LoadEmbeddedResource(); 60 60 } 61 62 private void infoRichTextBox_LinkClicked(object sender, LinkClickedEventArgs e) { 63 System.Diagnostics.Process.Start(e.LinkText); 64 } 61 65 } 62 66 }
Note: See TracChangeset
for help on using the changeset viewer.