mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-169167: auto-implemented for AutoSwitchRDPLater
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
This commit is contained in:
parent
239486c598
commit
554d5a6483
@ -601,17 +601,8 @@ namespace XenAdmin.ConsoleView
|
||||
|
||||
internal bool AutoSwitchRDPLater
|
||||
{
|
||||
get
|
||||
{
|
||||
return autoSwitchRDPLater;
|
||||
}
|
||||
set
|
||||
{
|
||||
if (value != autoSwitchRDPLater)
|
||||
{
|
||||
autoSwitchRDPLater = value;
|
||||
}
|
||||
}
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
internal bool UseVNC
|
||||
|
Loading…
Reference in New Issue
Block a user