diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteUpgrade/StartRemoteApplicationUpgradeResponse.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteUpgrade/StartRemoteApplicationUpgradeResponse.cs | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteUpgrade/StartRemoteApplicationUpgradeResponse.cs b/Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteUpgrade/StartRemoteApplicationUpgradeResponse.cs deleted file mode 100644 index 89f2b4e71..000000000 --- a/Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteUpgrade/StartRemoteApplicationUpgradeResponse.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Tango.Core; - -namespace Tango.PPC.Shared.RemoteUpgrade -{ - public class StartRemoteApplicationUpgradeResponse - { - public TangoProgress<double> Progress { get; set; } - - public StartRemoteApplicationUpgradeResponse() - { - Progress = new TangoProgress<double>() - { - Message = "Initializing...", - IsIndeterminate = true, - Maximum = 100 - }; - } - } -} |
