| Mode | Name | Size | |
|---|---|---|---|
| -rw-r--r-- | MainViewVM.cs | 684 | logstatsplain |
![]() |
index : Tango | |
| Twine softwares | Thomas Vanbesien |
| aboutsummaryrefslogtreecommitdiffstats |
| Mode | Name | Size | |
|---|---|---|---|
| -rw-r--r-- | MainViewVM.cs | 684 | logstatsplain |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.Integration.Upgrade;
namespace Tango.PPC.Common.MachineSetup
{
/// <summary>
/// Represents an <see cref="IMachineSetupManager"/> result.
/// </summary>
public class MachineSetupResult
{
/// <summary>
/// Gets or sets the temporary update package path from which to get the last downloaded software version.
/// </summary>
public String UpdatePackagePath { get; set; }
}
}