Added a lot more configrations

This commit is contained in:
TheXamlGuy
2024-06-08 20:42:29 +01:00
parent d5f7d1c279
commit 9a664b583b
12 changed files with 929 additions and 20 deletions
+3 -1
View File
@@ -3,5 +3,7 @@
public record NumberEntryConfiguration :
ItemEntryConfiguration
{
public int MinLength { get; set; }
}
public int MaxLength { get; set; }
}