Merge branch 'main' of https://git.bib.de/PBG2H25AGE/WIR-MACHEN-ALLE-ARM
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Casino
|
|||||||
Close();
|
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
|
//nur nummern
|
||||||
private void TextBox_OnPreviewTextInput(object sender, TextCompositionEventArgs e)
|
private void TextBox_OnPreviewTextInput(object sender, TextCompositionEventArgs e)
|
||||||
|
|||||||
Reference in New Issue
Block a user