Beispiel #1
0
        public static void RemoveGroup(string groupName)
        {
            IWFAdminService svc = Common.GetAdminAPI();

            try
            {
                svc.RemoveGroup(groupName);
            }

            catch (Exception ex)
            {
            }
        }