fehlerbehebung

This commit is contained in:
2026-09-09 11:19:24 +02:00
parent 33b6c1838a
commit 9db6a36a04
+1 -1
View File
@@ -62,7 +62,7 @@ namespace Casino
Close();
}
private static readonly Regex _regex = new Regex("[^0-9]+€"); // Regex to match non-numeric input
private static readonly Regex _regex = new Regex("[^0-9]"); // Regex to match non-numeric input
//nur nummern
private void TextBox_OnPreviewTextInput(object sender, TextCompositionEventArgs e)