diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-10-31 11:29:19 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-10-31 11:29:19 +0200 |
| commit | 6a5b9b8eb1a9923530106b92996d4a9028e83147 (patch) | |
| tree | dcbf110036a643d0cf13645fbae6491818097d10 /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs | |
| parent | 30b5f0fb6086cc74633d24e70ff3cbe32680e921 (diff) | |
| parent | 4973c8ff53c8758852f707af5cc7f4a6a82151e0 (diff) | |
| download | Tango-6a5b9b8eb1a9923530106b92996d4a9028e83147.tar.gz Tango-6a5b9b8eb1a9923530106b92996d4a9028e83147.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs index f3cb83ffe..f778ff5a8 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs @@ -159,8 +159,8 @@ namespace Tango.PPC.UI.ViewModels //MachineSetupManager.ProgressLog += (x, msg) => AppendLog(msg); MachineSetupManager.ProgressStep += (x, step) => AppendLog(Environment.NewLine + "-----------" + step.ToDescription().ToUpper() + "-----------" + Environment.NewLine); - HostAddress = "localhost\\SQLEXPRESS"; - SerialNumber = "1111"; + HostAddress = Settings.MachineServiceAddress; + SerialNumber = ""; CompleteCommand = new RelayCommand(CompleteSetup, () => State == MachineSetupStates.Completed); |
