diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-09 19:05:10 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-09 19:05:10 +0300 |
| commit | 690e3aa537a830e2f7c11aee03502124a0e612cf (patch) | |
| tree | c28a9e1728a784fe085fe6292110a93c2969cb7b /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs | |
| parent | 4635652744b760ba35f5590b629874a3b078f64a (diff) | |
| download | Tango-690e3aa537a830e2f7c11aee03502124a0e612cf.tar.gz Tango-690e3aa537a830e2f7c11aee03502124a0e612cf.zip | |
Working on PPC machine setup.
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.cs | 4 |
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); } |
