From 4490b0a76d4188cb285d62b106e208803ceaa133 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 13 Aug 2018 14:22:32 +0300 Subject: PPC.Common Logs and comments! --- .../PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs') 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 c459ddf50..ad24ad62d 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupResult.cs @@ -6,8 +6,14 @@ using System.Threading.Tasks; namespace Tango.PPC.Common.MachineSetup { + /// + /// Represents an result. + /// public class MachineSetupResult { + /// + /// Gets or sets the temporary update package path from which to get the last downloaded software version. + /// public String UpdatePackagePath { get; set; } } } -- cgit v1.3.1