RegName – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 35... Line 35...
35 #region Constructors, Destructors and Finalizers 35 #region Constructors, Destructors and Finalizers
Line 36... Line 36...
36   36  
37 public MainForm() 37 public MainForm()
38 { 38 {
39 InitializeComponent(); -  
Line 40... Line 39...
40 Utilities.WindowState.FormTracker.Track(this); 39 InitializeComponent();
41   40  
42 // Start application update. 41 // Start application update.
Line 457... Line 456...
457   456  
458 modifyRow.Cells[0].Value = fileName; 457 modifyRow.Cells[0].Value = fileName;
459 } 458 }
Line -... Line 459...
-   459 }
-   460  
-   461 private void MainForm_Load(object sender, EventArgs e)
-   462 {
-   463 Utilities.WindowState.FormTracker.Track(this);
460 } 464 }
-   465  
-   466 #endregion
461   467  
462 #endregion 468  
463 } 469 }