示例#1
0
        //================================================================
        //Getter and Setter
        //================================================================
        public static ElasticInFunction Instance()
        {
            if (INSTANCE == null)
            {
                INSTANCE = new ElasticInFunction();
            }

            return(INSTANCE);
        }
示例#2
0
        //================================================================
        //Getter and Setter
        //================================================================
        public static ElasticInFunction Instance()
        {
            if (INSTANCE == null)
            {
                INSTANCE = new ElasticInFunction();
            }

            return INSTANCE;
        }