Skip to content

Commit

Permalink
Bugs fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
happybono authored Jan 18, 2025
1 parent 6c3546d commit a8a9cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NoiseReductionSample/FrmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ private void btnClear2_Click(object sender, EventArgs e)
{
listBox2.Items.Clear();
lblCnt2.Text = "Count : " + listBox2.Items.Count;
btnCopy2.Enabled = false;
btnSelClear2.Enabled = false;
}

private void btnCopy2_Click(object sender, EventArgs e)
Expand Down

0 comments on commit a8a9cfd

Please sign in to comment.