From f7d320bcc6651d0c85bad73b52b14ba050a40c18 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 9 Dec 2018 16:59:07 +0200 Subject: Refactored PPC firmware upgrade. --- .../MachineUpdate/MachineUpdateSteps.cs | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs deleted file mode 100644 index 9c4e9e425..000000000 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateSteps.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Tango.PPC.Common.MachineUpdate -{ - public enum MachineUpdateSteps - { - [Description("Downloading Package")] - DownloadingPackage, - [Description("Synchronizing Schema")] - SynchronizingSchema, - [Description("Synchronizing Data")] - SynchronizingData, - [Description("Updating Configuration")] - SynchronizingMachineConfiguration, - } -} -- cgit v1.3.1