Example #1
0
 public AudioControls(AudioCore core)
 {
     this.Core = core;
 }
Example #2
0
 public MusicPlayer()
 {
     Core = new AudioCore();
     Core.AudioEnd += delegate { Play(); };
 }