點歌流程順序錯位
This commit is contained in:
parent
4a76e14102
commit
5d2ea02263
@ -118,16 +118,16 @@ namespace DualScreenDemo
|
|||||||
|
|
||||||
private void VodButton_Click(object sender, EventArgs e)
|
private void VodButton_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
||||||
OverlayForm.MainForm.AddSongToPlaylist(currentSelectedSong);
|
|
||||||
SetVodScreenPictureBoxAndButtonsVisibility(false);
|
SetVodScreenPictureBoxAndButtonsVisibility(false);
|
||||||
|
OverlayForm.MainForm.AddSongToPlaylist(currentSelectedSong);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void InsertButton_Click(object sender, EventArgs e)
|
private void InsertButton_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
||||||
OverlayForm.MainForm.InsertSongToPlaylist(currentSelectedSong);
|
|
||||||
SetVodScreenPictureBoxAndButtonsVisibility(false);
|
SetVodScreenPictureBoxAndButtonsVisibility(false);
|
||||||
|
OverlayForm.MainForm.InsertSongToPlaylist(currentSelectedSong);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void AlbumButton_Click(object sender, EventArgs e)
|
private void AlbumButton_Click(object sender, EventArgs e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user