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