public static ServiceStantions getInstance()
        {
            if (uniqueInstance == null)
                uniqueInstance = new ServiceStantions();

            return uniqueInstance;
        }
Exemple #2
0
        public static ServiceStantions getInstance()
        {
            if (uniqueInstance == null)
            {
                uniqueInstance = new ServiceStantions();
            }

            return(uniqueInstance);
        }