Add items in search celect

This commit is contained in:
Maxime Adler
2025-04-14 14:40:41 +02:00
parent 3d713d5749
commit 63af58f5bb
15 changed files with 115 additions and 44 deletions

View File

@@ -2,6 +2,5 @@
public class GlobalConstants
{
public const string EnterKeyCode = "Enter";
public const string PadEnterKeyCode = "NumpadEnter";
public const string RegexSelectRow = @"[a-zA-Z_ \-]*";
}