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 ! --- .../Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs new file mode 100644 index 000000000..025402122 --- /dev/null +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.PPC.Common.MachineSetup +{ + public interface IMachineSetupManager + { + void Setup(String serialNumber, String hostAddress); + } +} -- cgit v1.3.1