aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-07-07 15:05:28 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-07-07 15:05:28 +0300
commit081d332a0494d309c2762f76f9dc5032a673ea0d (patch)
treef8fcbfb986447168945454f394380ff240f7a471 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate
parent30926a8078c75c5d8c4ed39b053f072940c30d9a (diff)
downloadTango-081d332a0494d309c2762f76f9dc5032a673ea0d.tar.gz
Tango-081d332a0494d309c2762f76f9dc5032a673ea0d.zip
Removed Object extension methods from global namespace.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
index 31b2f5534..64123acca 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
@@ -11,6 +11,7 @@ using System.Threading;
using System.Threading.Tasks;
using Tango.Core;
using Tango.Core.DB;
+using Tango.Core.ExtensionMethods;
using Tango.Core.Helpers;
using Tango.Core.IO;
using Tango.Integration.Operation;