コード例 #1
0
ファイル: VoidClepsType.cs プロジェクト: shravanrn/Cleps
        public static VoidClepsType GetVoidType()
        {
            if (singleton == null)
            {
                singleton = new VoidClepsType();
            }

            return(singleton);
        }
コード例 #2
0
ファイル: VoidClepsType.cs プロジェクト: shravanrn/Cleps
        public static VoidClepsType GetVoidType()
        {
            if(singleton == null)
            {
                singleton = new VoidClepsType();
            }

            return singleton;
        }