diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-13 11:06:50 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-13 11:06:50 +0300 |
| commit | fc43b9d6ed5770eaf1496acba8fe7ecd3eb5410c (patch) | |
| tree | 72a62b24640aad7ad9f3607005ea47b48e5af3e5 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs | |
| parent | 349c18600a2c6c5077bb339b0137f9e37882e06f (diff) | |
| parent | acde45615085df2a8ca4286f55f42ea16aee1943 (diff) | |
| download | Tango-fc43b9d6ed5770eaf1496acba8fe7ecd3eb5410c.tar.gz Tango-fc43b9d6ed5770eaf1496acba8fe7ecd3eb5410c.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } } |
