示例#1
0
        public static RepairTypes getInstance()
        {
            if (uniqueInstance == null)
                uniqueInstance = new RepairTypes();

            return uniqueInstance;
        }
示例#2
0
        public static RepairTypes getInstance()
        {
            if (uniqueInstance == null)
            {
                uniqueInstance = new RepairTypes();
            }

            return(uniqueInstance);
        }