Skip to content

Commit

Permalink
Removed no longer needed comment from the form close event handler of…
Browse files Browse the repository at this point in the history
… the FrmRepBuilder class.
  • Loading branch information
xvitaly committed Dec 11, 2024
1 parent 248f759 commit 9e7ecb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/srcrepair/FrmRepBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ private async void RP_Generate_Click(object sender, EventArgs e)
/// <param name="e">Event arguments.</param>
private void FrmRepBuilder_FormClosing(object sender, FormClosingEventArgs e)
{
// Blocking the ability to close the form window during the report generation process...
e.Cancel = (e.CloseReason == CloseReason.UserClosing) && IsRunning;
}
}
Expand Down

0 comments on commit 9e7ecb0

Please sign in to comment.