fixed clear

This commit is contained in:
max
2026-01-19 20:15:52 +01:00
parent 18669249a0
commit c59af2e107
2 changed files with 9 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ namespace Metoder
private void btn_clear_Click(object sender, EventArgs e)
{
lbl_found.Visible = false;
txtbx_text.Text = "";
}
private void btn_sort_Click(object sender, EventArgs e)