private void pictureBox2_Click(object sender, EventArgs e) { using (AboutBox1 box = new AboutBox1(metroLabel4.Text))//IR CYCLON RO 300 { box.ShowDialog(); } }
private void pictureBox1_Click(object sender, EventArgs e) { using (AboutBox1 box = new AboutBox1(metroLabel1.Text))//GARDNER DENVER 2000 { box.ShowDialog(); } }
private void pictureBox13_Click(object sender, EventArgs e) { using (AboutBox1 box = new AboutBox1(metroLabel15.Text))//INGERSOLL RAND (1) { box.ShowDialog(); } }
private void pictureBox11_Click(object sender, EventArgs e) { using (AboutBox1 box = new AboutBox1(metroLabel14.Text))//BUCYRUS ERIE 22 { box.ShowDialog(); } }
private void pictureBox10_Click(object sender, EventArgs e) { using (AboutBox1 box = new AboutBox1(metroLabel12.Text))//SULLAIR { box.ShowDialog(); } }
private void pictureBox4_Click(object sender, EventArgs e) { using (AboutBox1 box = new AboutBox1(metroLabel3.Text))//MIDWAY 15M { box.ShowDialog(); } }
private void pictureBox3_Click(object sender, EventArgs e) { using (AboutBox1 box = new AboutBox1(metroLabel5.Text))//MAYHEW 1000 { box.ShowDialog(); } }
private void pictureBox9_Click(object sender, EventArgs e) { using (AboutBox1 box = new AboutBox1(metroLabel27.Text))//NCA { box.ShowDialog(); } }