Exemplo n.º 1
0
        //================================================================
        //Getter and Setter
        //================================================================
        public static ElasticInFunction Instance()
        {
            if (INSTANCE == null)
            {
                INSTANCE = new ElasticInFunction();
            }

            return(INSTANCE);
        }
Exemplo n.º 2
0
        //================================================================
        //Getter and Setter
        //================================================================
        public static ElasticInFunction Instance()
        {
            if (INSTANCE == null)
            {
                INSTANCE = new ElasticInFunction();
            }

            return INSTANCE;
        }