From 40a06a448d838e62d75694a3a6227c67a1ce5fdf Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 28 Oct 2018 11:29:42 +0200 Subject: Added job request stubs. --- .../Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs') 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); -- cgit v1.3.1