diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-13 09:45:49 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-13 09:45:49 +0300 |
| commit | ab9db3ed6e2436969c2d0169236c72768d4feaf2 (patch) | |
| tree | 3f50a1d3906168c761bb2dfb889de7e62b9f0838 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs | |
| parent | 6707b4e66f619eb7906fe160bfe206c7266066ba (diff) | |
| parent | e8d4437f1f0f175213d65b9fda4baa63f118adb6 (diff) | |
| download | Tango-ab9db3ed6e2436969c2d0169236c72768d4feaf2.tar.gz Tango-ab9db3ed6e2436969c2d0169236c72768d4feaf2.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_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; } } } |
