aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs
diff options
context:
space:
mode:
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.cs5
1 files changed, 3 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 6cf08a43a..f5c6f43b9 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs
@@ -23,6 +23,7 @@ using Tango.Settings;
using Tango.SharedUI.Helpers;
using Tango.SQLExaminer;
using Tango.Transport.Adapters;
+using Tango.Web;
namespace Tango.PPC.UI.ViewModels
{
@@ -131,11 +132,11 @@ namespace Tango.PPC.UI.ViewModels
set { _selectedTimeZone = value; RaisePropertyChangedAuto(); }
}
- private DeploymentSlots _deploymentSlot;
+ private DeploymentSlot _deploymentSlot;
/// <summary>
/// Gets or sets the deployment slot.
/// </summary>
- public DeploymentSlots DeploymentSlot
+ public DeploymentSlot DeploymentSlot
{
get { return _deploymentSlot; }
set { _deploymentSlot = value; RaisePropertyChangedAuto(); }