CA-169167: auto-implemented for AutoSwitchRDPLater

Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
This commit is contained in:
Cheng Zhang 2015-06-04 18:13:58 +08:00
parent 239486c598
commit 554d5a6483

View File

@ -601,17 +601,8 @@ namespace XenAdmin.ConsoleView
internal bool AutoSwitchRDPLater
{
get
{
return autoSwitchRDPLater;
}
set
{
if (value != autoSwitchRDPLater)
{
autoSwitchRDPLater = value;
}
}
get;
set;
}
internal bool UseVNC