diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-24 23:20:25 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-24 23:20:25 +0300 |
| commit | 17a624c8ddacc1dac4904793645d6c893f7ced77 (patch) | |
| tree | 1936f985376ed095189ba241f034f28207272a19 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup | |
| parent | 09b1dd03e5d67453e673789fe0826e7a25d881ab (diff) | |
| download | Tango-17a624c8ddacc1dac4904793645d6c893f7ced77.tar.gz Tango-17a624c8ddacc1dac4904793645d6c893f7ced77.zip | |
Changed all PPC updated to based on GUID !
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, 0 insertions, 1 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 a2a750805..15902f629 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs @@ -247,7 +247,6 @@ namespace Tango.PPC.Common.MachineSetup } MachineSetupRequest request = new MachineSetupRequest(); - request.SerialNumber = serialNumber; request.DeviceID = await _windows_manager.GetDeviceId(); request.DeviceName = deviceName; |
