Exemplo n.º 1
0
 private void showCarsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     try
     {
         About_car w = new About_car();
         w.ShowDialog();
     }
     catch { }
 }
Exemplo n.º 2
0
 private void About_Click(object sender, EventArgs e)
 {
     try
     {
         About_car w = new About_car(i);
         w.ShowDialog();
     }
     catch { }
 }