Example #1
0
        public static Parametre getInstance()
        {
            if (instance != null)
            {
                instance = new Parametre();
            }

            return(instance);
        }
Example #2
0
        public static Parametre getInstance()
        {
            if (instance != null)
            {
                instance = new Parametre();
            }

            return instance;
        }