RDS Computer group removed from cap,policies name forming changed

This commit is contained in:
vfedosevich 2014-11-21 01:08:38 -08:00
parent d5bf70596d
commit 738334500d
3 changed files with 44 additions and 18 deletions

View file

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace WebsitePanel.Providers.RemoteDesktopServices
{
public enum RdsPolicyTypes
{
RdCap,
RdRap
}
}