Exemplo n.º 1
0
 public Sound()
 {
     this._soundManager   = SoundManager.DefaultSoundManager;
     this._strategy       = this._soundManager.CreateSoundStrategy();
     this._strategy.Sound = this;
     this.Init();
     this._soundManager.SoundCreated(this);
 }
Exemplo n.º 2
0
 public Sound()
 {
     this._soundManager = SoundManager.DefaultSoundManager;
     this._strategy = this._soundManager.CreateSoundStrategy();
     this._strategy.Sound = this;
     this.Init();
     this._soundManager.SoundCreated(this);
 }