Exemplo n.º 1
0
        // Get a list of <string> tvgroups (channel tvgroups)
        public static List <string> GetTVGroups()
        {
            List <string> groups = serverIntf.GetGroupNames();

            if (groups == null)
            {
                disconnect();
                return(null);
            }

            return(groups);
        }