コード例 #1
0
ファイル: _OldMain.cs プロジェクト: dariusbespalovas/iPlay
 private void BtnPauseClickHandler(object sender, EventArgs e)
 {
     player.Pause();
 }