Ejemplo n.º 1
0
        public static MarkList getInstance()
        {
            if (uniqueInstance == null)
                uniqueInstance = new MarkList();

            return uniqueInstance;
        }
Ejemplo n.º 2
0
        public static MarkList getInstance()
        {
            if (uniqueInstance == null)
            {
                uniqueInstance = new MarkList();
            }

            return(uniqueInstance);
        }