HamBook – Diff between revs 53 and 54

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 53 Rev 54
Line 32... Line 32...
32 /// Clean up any resources being used. 32 /// Clean up any resources being used.
33 /// </summary> 33 /// </summary>
34 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 34 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
35 protected override void Dispose(bool disposing) 35 protected override void Dispose(bool disposing)
36 { 36 {
37 if (disposing && components != null) 37 if (disposing && components != null) components.Dispose();
38 { -  
39 components.Dispose(); -  
40 } -  
Line 41... Line 38...
41   38  
Line 42... Line 39...
42 Shown -= AboutForm_Shown; 39 Shown -= AboutForm_Shown;
43   40