diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-03-14 16:15:16 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-03-14 16:15:16 +0200 |
| commit | 059d15ea2de2f5ca5bf3ebde9d3e5223f9e84211 (patch) | |
| tree | a76dfcecedd4720aeb6d9405a24fbedb8cf3fa70 /Software/Visual_Studio | |
| parent | 74650fb4891617561c4686099938150eb34fdb25 (diff) | |
| download | Tango-059d15ea2de2f5ca5bf3ebde9d3e5223f9e84211.tar.gz Tango-059d15ea2de2f5ca5bf3ebde9d3e5223f9e84211.zip | |
MS Eureka Connection on USB.
Diffstat (limited to 'Software/Visual_Studio')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MainViewVM.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MainViewVM.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MainViewVM.cs index 70888564b..293cccec4 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MainViewVM.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MainViewVM.cs @@ -580,6 +580,7 @@ namespace Tango.MachineStudio.UI.ViewModels { _reconnectionMachine = client; + client.MachineType = machine.Type; //In case trying to connect to Eureka on USB. await client.Connect(); client.SerialNumber = machine.SerialNumber; ApplicationManager.SetConnectedMachine(client); |
