HamBook – Diff between revs 1 and 53

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 53
Line 17... Line 17...
17   17  
Line 18... Line 18...
18 #region Constructors, Destructors and Finalizers 18 #region Constructors, Destructors and Finalizers
19   19  
-   20 public AboutForm()
-   21 {
20 public AboutForm() 22 InitializeComponent();
Line 21... Line 23...
21 { 23 Utilities.WindowState.FormTracker.Track(this);
22 } 24 }
23   -  
24 public AboutForm(CancellationToken cancellationToken) : this() -  
25 { 25  
26 InitializeComponent(); 26 public AboutForm(CancellationToken cancellationToken) : this()
Line 27... Line 27...
27   27 {
28 Shown += AboutForm_Shown; 28 Shown += AboutForm_Shown;