RegName
/RegName/AboutForm.cs |
---|
@@ -22,7 +22,6 @@ |
public AboutForm() |
{ |
InitializeComponent(); |
Utilities.WindowState.FormTracker.Track(this); |
} |
public AboutForm(CancellationToken cancellationToken) : this() |
@@ -46,6 +45,11 @@ |
base.Dispose(disposing); |
} |
private void AboutForm_Load(object sender, EventArgs e) |
{ |
Utilities.WindowState.FormTracker.Track(this); |
} |
#endregion |
} |
} |