combobox
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
"Good Vibrations", "Smells Like Teen Spirit", "What's Going On", "Hotel California", "One"
|
||||
};
|
||||
|
||||
songs = songs.OrderBy(s => Guid.NewGuid()).ToList();
|
||||
|
||||
var hitSongs = new List<string>();
|
||||
for (int i = 0; i < 5; i++)
|
||||
{
|
||||
@@ -40,6 +42,8 @@
|
||||
"Led Zeppelin", "Pink Floyd", "Queen", "The Rolling Stones", "U2"
|
||||
};
|
||||
|
||||
singers = singers.OrderBy(s => Guid.NewGuid()).ToList();
|
||||
|
||||
var randomSingers = new List<string>();
|
||||
for (int i = 0; i < 5; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user