Changeset 1459 for trunk/sources/HeuristicLab.Visualization/LineChart.cs
- Timestamp:
- 03/27/09 17:57:31 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization/LineChart.cs
r1458 r1459 252 252 private void optionsToolStripMenuItem_Click(object sender, EventArgs e) { 253 253 OptionsDialog optionsdlg = new OptionsDialog(model); 254 optionsdlg.ShowDialog(this); 255 Invalidate(); 254 optionsdlg.Show(); 256 255 } 257 256
Note: See TracChangeset
for help on using the changeset viewer.