Full desktop connection icon
This commit is contained in:
parent
68375df8fc
commit
1567ef9f15
1 changed files with 4 additions and 0 deletions
|
@ -176,6 +176,10 @@ namespace WebsitePanel.Portal.RDS.UserControls
|
||||||
{
|
{
|
||||||
btnFullDesktopConnection.Enabled = false;
|
btnFullDesktopConnection.Enabled = false;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
btnFullDesktopConnection.Enabled = true;
|
||||||
|
}
|
||||||
|
|
||||||
gvApps.DataSource = apps;
|
gvApps.DataSource = apps;
|
||||||
gvApps.DataBind();
|
gvApps.DataBind();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue