public void Load(Uri file) { player = new MediaPlayer(); player.Open(file); }
public MusicPlay() { player = new MediaPlayer(); state = PlayState.stoped; }