From 6511527e4b576d29fc97aa80479b61d7d1abc079 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 7 Aug 2018 19:26:57 +0300 Subject: Working on PPC Machine Setup ! --- .../PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs new file mode 100644 index 000000000..a93a449f7 --- /dev/null +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.PPC.Common.MachineSetup +{ + class MachineSetupManager + { + } +} -- cgit v1.3.1