aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-18 06:52:55 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-18 06:52:55 +0200
commitbe11964af916f583b3ea32f889f9bc174b718ac3 (patch)
tree079afc00098c2a4c8c9212b209a301737471eadd /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner
parent3fdc25ceb866f146076aa376b2ff36e45394ff8c (diff)
downloadTango-be11964af916f583b3ea32f889f9bc174b718ac3.tar.gz
Tango-be11964af916f583b3ea32f889f9bc174b718ac3.zip
Activation key reset on clone.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs
index a0c01324e..68c4b4ae2 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs
@@ -505,6 +505,7 @@ namespace Tango.MachineStudio.MachineDesigner.ViewModels
ActiveMachine.IsDeviceRegistered = false;
ActiveMachine.DeviceId = null;
ActiveMachine.DeviceName = null;
+ ActiveMachine.ActivationKey = null;
ActiveMachineAdapter.Context.Machines.Add(ActiveMachine);
}
}