예제 #1
0
        public static WFGroup[] GetGroups()
        {
            IWFAdminService svc = Common.GetAdminAPI();

            WFGroup[] apGroups = null;
            try
            {
                apGroups = svc.GetGroups();
            }
            catch (Exception ex)
            {
            }
            return(apGroups);
        }