點歌流程卡頓調整
This commit is contained in:
parent
eafd322a0d
commit
7eb8f395a0
@ -116,9 +116,10 @@ namespace DualScreenDemo
|
||||
}
|
||||
|
||||
|
||||
private void VodButton_Click(object sender, EventArgs e)
|
||||
private async void VodButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
SetVodScreenPictureBoxAndButtonsVisibility(false);
|
||||
await Task.Delay(1000);
|
||||
OverlayForm.MainForm.AddSongToPlaylist(currentSelectedSong);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user