From 690e3aa537a830e2f7c11aee03502124a0e612cf Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 9 Aug 2018 19:05:10 +0300 Subject: Working on PPC machine setup. --- .../PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs index 52fc5acd1..096431d63 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs @@ -10,8 +10,8 @@ namespace Tango.PPC.Common.MachineSetup { MachineSetupSteps CurrentStep { get; } event EventHandler ProgressLog; - double UpdatingPackagesProgress { get; } - String UpdatingPackagesStatus { get; } + double DownloadingPackagesProgress { get; } + String DownloadingPackagesStatus { get; } event EventHandler ProgressStep; Task Setup(String serialNumber, String hostAddress); } -- cgit v1.3.1