added when reset to focus on txtA

This commit is contained in:
EggMan20339 2024-02-01 21:05:10 -05:00
parent e08e0e24e4
commit 24f5dd46d5

View File

@ -347,6 +347,8 @@ namespace ElementaryMathematics
lblNumCorrect.Text = "0";
lblNumIncorrect.Text = "0";
txtA.Focus();
}
}