diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-08 18:47:43 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-08 18:47:43 +0300 |
| commit | f1540db9b9b8d080f73404a290671979991ed91b (patch) | |
| tree | 6ec60e2432773d09fe59e6c2544da717610f5834 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs | |
| parent | 6150ec1b0a69647b9ed86272b40499af3d83d812 (diff) | |
| parent | 965a7bd752315653d710d16651f34d66d4d80d0a (diff) | |
| download | Tango-f1540db9b9b8d080f73404a290671979991ed91b.tar.gz Tango-f1540db9b9b8d080f73404a290671979991ed91b.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 | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 000000000..5887a6d34 --- /dev/null +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.PPC.Common.MachineSetup +{ + public class MachineSetupResult + { + public bool Completed { get; set; } + } +} |
