aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-08-12 18:23:05 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-08-12 18:23:05 +0300
commit819b2bc2094baac1ddf4e6e84cd308e96eb17d8e (patch)
tree8b77801f6ccc5aea874583c334f3bf71ff6083d0 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs
parentda8c561c85c9ee296cb18796e5db95ca759d1063 (diff)
parenta4a2a94fe295f57c462eb3cd2c24c9ba512de5a6 (diff)
downloadTango-819b2bc2094baac1ddf4e6e84cd308e96eb17d8e.tar.gz
Tango-819b2bc2094baac1ddf4e6e84cd308e96eb17d8e.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs4
1 files changed, 2 insertions, 2 deletions
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<String> ProgressLog;
- double UpdatingPackagesProgress { get; }
- String UpdatingPackagesStatus { get; }
+ double DownloadingPackagesProgress { get; }
+ String DownloadingPackagesStatus { get; }
event EventHandler<MachineSetupSteps> ProgressStep;
Task Setup(String serialNumber, String hostAddress);
}