Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyaser authored and Nyaser committed Jul 17, 2024
1 parent de2d867 commit 0fe66a6
Show file tree
Hide file tree
Showing 6 changed files with 548 additions and 242 deletions.
109 changes: 20 additions & 89 deletions Form.Fixer.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Form.Fixer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ where StringH.WhiteSpaceCheck(i) is not null
groupBox_progress.Text = text;
progressBar.Value = 0;
}

private void Button_Start_Click(object sender, EventArgs e)
{
button_compare.Enabled = button_start.Enabled = false;
Expand Down
Loading

0 comments on commit 0fe66a6

Please sign in to comment.