コード例 #1
0
ファイル: SoundMgr.cs プロジェクト: noamkfir/WazeWP7
        public static SoundMgr getInstance()
        {
            if (instance == null)
            {
                instance = new SoundMgr();
            }

            return instance;
        }
コード例 #2
0
ファイル: SoundMgr.cs プロジェクト: glennneiger/WazeWP7
        public static SoundMgr getInstance()
        {
            if (instance == null)
            {
                instance = new SoundMgr();
            }

            return(instance);
        }