From 18fc4053deb06af6643f28a6bb4fd66c6a9a93e0 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 12 Aug 2018 19:00:36 +0300 Subject: Implemented temporary DB user login for machine service machine setup. Implemented Tango updater! Implemented support for software update on machine setup. --- .../PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs index 5887a6d34..c459ddf50 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs @@ -8,6 +8,6 @@ namespace Tango.PPC.Common.MachineSetup { public class MachineSetupResult { - public bool Completed { get; set; } + public String UpdatePackagePath { get; set; } } } -- cgit v1.3.1