コード例 #1
0
ファイル: txtImport.cs プロジェクト: DevelopingTeam/Common
        public static txtImport Instance()
        {
            if (instance == null)
            {
                lock(sybcObj)
                {
                    if (instance == null)
                        instance = new txtImport();
                }
            }

            return instance;
        }
コード例 #2
0
        public static txtImport Instance()
        {
            if (instance == null)
            {
                lock (sybcObj)
                {
                    if (instance == null)
                    {
                        instance = new txtImport();
                    }
                }
            }

            return(instance);
        }