Changeset 2013 for trunk/sources
- Timestamp:
- 06/04/09 19:57:00 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Visualization/3.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization/3.2/LineChart.Designer.cs
r1968 r2013 55 55 this.canvasUI.MouseDown += new System.Windows.Forms.MouseEventHandler(this.canvasUI1_MouseDown); 56 56 this.canvasUI.MouseUp += new System.Windows.Forms.MouseEventHandler(this.canvasUI_MouseUp); 57 this.canvasUI.KeyDown += new System.Windows.Forms.KeyEventHandler(this.canvasUI1_KeyDown);58 57 // 59 58 // contextMenu -
trunk/sources/HeuristicLab.Visualization/3.2/LineChart.cs
r1993 r2013 682 682 } 683 683 684 private void canvasUI1_KeyDown(object sender, KeyEventArgs e) {}685 686 684 private void canvasUI1_MouseDown(object sender, MouseEventArgs e) { 687 685 Focus();
Note: See TracChangeset
for help on using the changeset viewer.