コード例 #1
0
 public void Load(Uri file)
 {
     player = new MediaPlayer();
     player.Open(file);
 }
コード例 #2
0
 public MusicPlay()
 {
     player = new MediaPlayer();
     state  = PlayState.stoped;
 }