Spring – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 85... Line 85...
85 #region Constructors, Destructors and Finalizers 85 #region Constructors, Destructors and Finalizers
Line 86... Line 86...
86   86  
87 public MainForm() 87 public MainForm()
88 { 88 {
89 InitializeComponent(); -  
Line 90... Line 89...
90 Utilities.WindowState.FormTracker.Track(this); 89 InitializeComponent();
91   90  
92 // Start application update. 91 // Start application update.
Line 257... Line 256...
257 openFileDialog1.ShowDialog(); 256 openFileDialog1.ShowDialog();
258 } 257 }
Line 259... Line 258...
259   258  
260 private async void MainForm_Load(object sender, EventArgs e) 259 private async void MainForm_Load(object sender, EventArgs e)
-   260 {
-   261 Utilities.WindowState.FormTracker.Track(this);
261 { 262  
Line 262... Line 263...
262 var configurationFileInfo = new FileInfo(Constants.ConfigurationFilePath); 263 var configurationFileInfo = new FileInfo(Constants.ConfigurationFilePath);
263   264  
264 // Load configuration. 265 // Load configuration.