Initial Push

This commit is contained in:
2026-02-11 08:38:36 +01:00
commit 627050501d
81 changed files with 5500 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
namespace UniperHMI;
public record class NavigateMessage(string VariableName, Type type, string Header = "");