Fix tool table

Added installation date
Added W10 programs api
This commit is contained in:
Lucio Maranta
2019-02-22 12:59:08 +01:00
parent 1ee6c0c604
commit be9c0b6a2a
10 changed files with 43 additions and 18 deletions
+1
View File
@@ -16,5 +16,6 @@ namespace Step.Model.ConfigModels
public string NcName { get; set; }
public string SharedPath { get; set; }
public string SharedName { get; set; }
public string InstallationDate { get; set; }
}
}