Added basic export and import feature

This commit is contained in:
2025-02-15 13:49:39 +01:00
parent 0262b3b97b
commit 6c42008a28
9 changed files with 220 additions and 19 deletions

View File

@@ -412,7 +412,7 @@
_tokenSource.Dispose();
}
private enum InputType {
public enum InputType {
Number,
Switch,
Date,