feat(BuildCalc) Wait To button and some WIP code
This commit is contained in:
+2
-2
@@ -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; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user