Winify – Diff between revs 1 and 44

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 44
1 using System.Windows.Forms; 1 using System.Windows.Forms;
2   2  
3 namespace Winify 3 namespace Winify
4 { 4 {
5 public partial class AboutForm : Form 5 public partial class AboutForm : Form
6 { 6 {
7 #region Constructors, Destructors and Finalizers 7 #region Constructors, Destructors and Finalizers
8   8  
9 public AboutForm() 9 public AboutForm()
10 { 10 {
11 InitializeComponent(); 11 InitializeComponent();
-   12  
-   13 Utilities.WindowState.FormTracker.Track(this);
12 } 14 }
13   15  
14 #endregion 16 #endregion
15 } 17 }
16 } 18 }
17   19  
18
Generated by GNU Enscript 1.6.5.90.
20
Generated by GNU Enscript 1.6.5.90.
19   21  
20   22  
21   23