Spring

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/Spring/About/AboutForm.cs
@@ -8,6 +8,10 @@
public partial class AboutForm : Form
{
#region Event Handlers
private void AboutForm_Load(object sender, EventArgs e)
{
Utilities.WindowState.FormTracker.Track(this);
}
 
private void AboutForm_Shown(object sender, EventArgs e)
{
@@ -21,7 +25,6 @@
public AboutForm()
{
InitializeComponent();
Utilities.WindowState.FormTracker.Track(this);
}
 
public AboutForm(CancellationToken cancellationToken) : this()
@@ -46,5 +49,7 @@
}
 
#endregion
 
 
}
}