{
String[] strLabel = {
"First Label",
"Second Label",
"Third Label",
"Fourth Label"
};
Random r = new Random();
int iSelect = r.Next(0, 3);
lblRandom.Text = strLabel[iSelect];
}
button1 = new Button
{
String[] button = {
command one();,
command two();,
command three();,
command four();"
};
Random r = new Random();
int iSelect = r.Next(0, 3);
button1_click = button[iSelect];
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.