feat(BuildCalc) Wait To button and some WIP code

This commit is contained in:
2022-04-19 23:22:19 -04:00
parent af03cae560
commit 89e12a8de0
27 changed files with 371 additions and 334 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ namespace Model;
public class Variable
{
[Key]
public string Key { get; set; } = "";
[Key] public string Key { get; set; } = "";
public string Value { get; set; } = "";
}