Пример #1
0
        //================================================================
        //Getter and Setter
        //================================================================
        public static BackOutFunction Instance()
        {
            if (INSTANCE == null)
            {
                INSTANCE = new BackOutFunction();
            }

            return INSTANCE;
        }
Пример #2
0
        //================================================================
        //Getter and Setter
        //================================================================
        public static BackOutFunction Instance()
        {
            if (INSTANCE == null)
            {
                INSTANCE = new BackOutFunction();
            }

            return(INSTANCE);
        }