Пример #1
0
        public static VoidClepsType GetVoidType()
        {
            if (singleton == null)
            {
                singleton = new VoidClepsType();
            }

            return(singleton);
        }
Пример #2
0
        public static VoidClepsType GetVoidType()
        {
            if(singleton == null)
            {
                singleton = new VoidClepsType();
            }

            return singleton;
        }