예제 #1
0
        public static TemplateList getInstance()
        {
            if (uniqueInstance == null)
                uniqueInstance = new TemplateList();

            return uniqueInstance;
        }
예제 #2
0
        public static TemplateList getInstance()
        {
            if (uniqueInstance == null)
            {
                uniqueInstance = new TemplateList();
            }

            return(uniqueInstance);
        }