This commit is contained in:
TheXamlGuy
2024-05-31 14:07:35 +01:00
parent eb5306f956
commit 93130c3116
26 changed files with 147 additions and 71 deletions
+1
View File
@@ -2,6 +2,7 @@
public enum ItemState
{
New,
Read,
Write
}