aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2018-08-12 10:35:40 +0300
committerAvi Levkovich <avi@twine-s.com>2018-08-12 10:35:40 +0300
commitc10fb2bcae7143bc09aefaaf4c9b02e8ba1155b8 (patch)
treed3ef0566fa0aaa1853fed1e7a71b40dc557f699c /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs
parentccec0abb96ce3cfc7c0d75a78e371cef90e2b968 (diff)
parentbbbc155a96729050b9aa7d966055726df46696af (diff)
downloadTango-c10fb2bcae7143bc09aefaaf4c9b02e8ba1155b8.tar.gz
Tango-c10fb2bcae7143bc09aefaaf4c9b02e8ba1155b8.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_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);
}