public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
pictureBox1.Image = Properties.Resources.picture1;
pictureBox2.Image = Properties.Resources.picture2;
pictureBox3.Image = Properties.Resources.picture2;
}
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
pictureBox1.Image = Properties.Resources.picture1;
pictureBox2.Image = Properties.Resources.picture2;
pictureBox3.Image = Properties.Resources.picture2;
}