Changeset 1968
- Timestamp:
- 05/30/09 10:50:17 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization/3.2/LineChart.Designer.cs
r1964 r1968 16 16 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 17 17 protected override void Dispose(bool disposing) 18 { 18 { 19 this.toolTipListener.ShowToolTip-= ShowToolTip; 19 20 if (disposing && (components != null)) 20 21 { … … 22 23 } 23 24 base.Dispose(disposing); 25 24 26 } 25 27
Note: See TracChangeset
for help on using the changeset viewer.