RegName – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 20... Line 20...
20 #region Constructors, Destructors and Finalizers 20 #region Constructors, Destructors and Finalizers
Line 21... Line 21...
21   21  
22 public AboutForm() 22 public AboutForm()
23 { 23 {
24 InitializeComponent(); -  
25 Utilities.WindowState.FormTracker.Track(this); 24 InitializeComponent();
Line 26... Line 25...
26 } 25 }
27   26  
28 public AboutForm(CancellationToken cancellationToken) : this() 27 public AboutForm(CancellationToken cancellationToken) : this()
Line 44... Line 43...
44 Shown -= AboutForm_Shown; 43 Shown -= AboutForm_Shown;
Line 45... Line 44...
45   44  
46 base.Dispose(disposing); 45 base.Dispose(disposing);
Line -... Line 46...
-   46 }
-   47  
-   48 private void AboutForm_Load(object sender, EventArgs e)
-   49 {
-   50 Utilities.WindowState.FormTracker.Track(this);
47 } 51 }
48   52  
49 #endregion 53 #endregion
50 } 54 }