Ejemplo n.º 1
0
        public static ArrayList showChoicesToArrayList()
        {
            ArrayList thisAL = null;

            if (extinfoNow != null)
            {
                thisAL = extinfoNow.showChoicesToArrayList();
            }
            return(thisAL);
        }