diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-07-07 15:05:28 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-07-07 15:05:28 +0300 |
| commit | 081d332a0494d309c2762f76f9dc5032a673ea0d (patch) | |
| tree | f8fcbfb986447168945454f394380ff240f7a471 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup | |
| parent | 30926a8078c75c5d8c4ed39b053f072940c30d9a (diff) | |
| download | Tango-081d332a0494d309c2762f76f9dc5032a673ea0d.tar.gz Tango-081d332a0494d309c2762f76f9dc5032a673ea0d.zip | |
Removed Object extension methods from global namespace.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs index 39ff7e54d..05cf15a38 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs @@ -13,6 +13,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; |
