refhresh on close dialog
This commit is contained in:
@@ -281,8 +281,9 @@ namespace MusicPlayer
|
|||||||
|
|
||||||
private void makeToolStripMenuItem_Click(object sender, EventArgs e)
|
private void makeToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
new PlaylistMaker(main.pl, main.api).Show();
|
PlaylistMaker p = new PlaylistMaker(main.pl, main.api);
|
||||||
|
p.ShowDialog();
|
||||||
|
main.Repopulate();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user