Full desktop connection icon

This commit is contained in:
vfedosevich 2015-01-30 00:33:50 -08:00
parent 68375df8fc
commit 1567ef9f15

View file

@ -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();