diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Shared/Jobs/RemoteJobProgress.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Shared/Jobs/RemoteJobProgress.cs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Jobs/RemoteJobProgress.cs b/Software/Visual_Studio/PPC/Tango.PPC.Shared/Jobs/RemoteJobProgress.cs deleted file mode 100644 index d91d612d1..000000000 --- a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Jobs/RemoteJobProgress.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Tango.Core; -using Tango.PMR.Printing; - -namespace Tango.PPC.Shared.Jobs -{ - public class RemoteJobProgress - { - public RemoteJobStage Stage { get; set; } - public JobStatus JobStatus { get; set; } - - public RemoteJobProgress() - { - JobStatus = new JobStatus(); - } - } -} |
