コード例 #1
0
ファイル: SoundStrategy.cs プロジェクト: timdetering/Endogine
        protected virtual void FireEvent(SoundEventArgs se)
        {
            if (SoundEvent != null)
            {
                SoundEvent(this, se);
            }

//			if (this._autoDispose) //TODO:?
//				this.Dispose();
        }
コード例 #2
0
ファイル: SoundStrategy.cs プロジェクト: timdetering/Endogine
        protected virtual void FireEvent(SoundEventArgs se)
        {
            if (SoundEvent != null)
                SoundEvent(this, se);

            //			if (this._autoDispose) //TODO:?
            //				this.Dispose();
        }