Changeset 12111
- Timestamp:
- 03/03/15 16:49:37 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs/InfoBox.Designer.cs
r12012 r12111 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 -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs/InfoBox.cs
r12012 r12111 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.