private void StopHandler(object o, EventArgs args) { player.Stop(); }
private void ButtonStop(object obj, EventArgs args) { player.Stop(); }