private void RomStatusPicker_Load(object sender, EventArgs e)
 {
     GoodRadio.Select();
     pictureBox1.Image = pictureBox1.InitialImage = Resources.GreenCheck;
     pictureBox2.Image = pictureBox2.InitialImage = Resources.HomeBrew;
     pictureBox3.Image = pictureBox3.InitialImage = Resources.Hack;
     pictureBox4.Image = pictureBox4.InitialImage = Resources.Translation;
     pictureBox5.Image = pictureBox5.InitialImage = Resources.ExclamationRed;
     pictureBox6.Image = pictureBox6.InitialImage = Resources.ExclamationRed;
 }
Esempio n. 2
0
 private void RomStatusPicker_Load(object sender, EventArgs e)
 {
     GoodRadio.Select();
 }