예제 #1
0
 private void showCarsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     try
     {
         About_car w = new About_car();
         w.ShowDialog();
     }
     catch { }
 }
예제 #2
0
파일: AboutTaxi.cs 프로젝트: Zizaveta/Taxi
 private void About_Click(object sender, EventArgs e)
 {
     try
     {
         About_car w = new About_car(i);
         w.ShowDialog();
     }
     catch { }
 }