예제 #1
0
파일: Form1.cs 프로젝트: kaitur/AVAS
 private void AerospatialeSA360_button_Click(object sender, EventArgs e)
 {
     CargoPassengerHelicopter.HelicopterAerospatialeSA360 helicopterAerospatialeSA360 = new CargoPassengerHelicopter.HelicopterAerospatialeSA360();
     airTransport = helicopterAerospatialeSA360;
     AddToTheList_button.Enabled = true;
     buttonOrListBox             = true;
     DisplayingInformationAboutAirTransport(buttonOrListBox);
 }
예제 #2
0
파일: Form1.cs 프로젝트: kaitur/AVAS
 private void Ka226T_button_Click(object sender, EventArgs e)
 {
     TransportHelicopter.HelicopterKa226T helicopterKa226T = new TransportHelicopter.HelicopterKa226T();
     airTransport = helicopterKa226T;
     AddToTheList_button.Enabled = true;
     buttonOrListBox             = true;
     DisplayingInformationAboutAirTransport(buttonOrListBox);
 }
예제 #3
0
파일: Form1.cs 프로젝트: kaitur/AVAS
 private void AirbusH175_button_Click(object sender, EventArgs e)
 {
     CargoPassengerHelicopter.HelicopterAirbusH175 helicopterAirbusH175 = new CargoPassengerHelicopter.HelicopterAirbusH175();
     airTransport = helicopterAirbusH175;
     AddToTheList_button.Enabled = true;
     buttonOrListBox             = true;
     DisplayingInformationAboutAirTransport(buttonOrListBox);
 }
예제 #4
0
파일: Form1.cs 프로젝트: kaitur/AVAS
 private void PanhaSorena_button_Click(object sender, EventArgs e)
 {
     PassengerHelicopter.HelicopterPanhaSorena helicopterPanhaSorena = new PassengerHelicopter.HelicopterPanhaSorena();
     airTransport = helicopterPanhaSorena;
     AddToTheList_button.Enabled = true;
     buttonOrListBox             = true;
     DisplayingInformationAboutAirTransport(buttonOrListBox);
 }
예제 #5
0
파일: Form1.cs 프로젝트: kaitur/AVAS
 private void AvicopterAC3X2_button_Click(object sender, EventArgs e)
 {
     PassengerHelicopter.HelicopterAvicopterAC3X2 helicopterAvicopterAC3X2 = new PassengerHelicopter.HelicopterAvicopterAC3X2();
     airTransport = helicopterAvicopterAC3X2;
     AddToTheList_button.Enabled = true;
     buttonOrListBox             = true;
     DisplayingInformationAboutAirTransport(buttonOrListBox);
 }
예제 #6
0
파일: Form1.cs 프로젝트: kaitur/AVAS
 private void An140_button_Click(object sender, EventArgs e)
 {
     CargoPassengerPlane.PlaneAn140 planeAn140 = new CargoPassengerPlane.PlaneAn140();
     airTransport = planeAn140;
     AddToTheList_button.Enabled = true;
     buttonOrListBox             = true;
     DisplayingInformationAboutAirTransport(buttonOrListBox);
 }
예제 #7
0
파일: Form1.cs 프로젝트: kaitur/AVAS
 private void An74_button_Click(object sender, EventArgs e)
 {
     TransportPlane.PlaneAn74 planeAn74 = new TransportPlane.PlaneAn74();
     airTransport = planeAn74;
     AddToTheList_button.Enabled = true;
     buttonOrListBox             = true;
     DisplayingInformationAboutAirTransport(buttonOrListBox);
 }
예제 #8
0
파일: Form1.cs 프로젝트: kaitur/AVAS
 private void BaslerBT67_button_Click(object sender, EventArgs e)
 {
     TransportPlane.PlaneBaslerBT67 planeBaslerBT67 = new TransportPlane.PlaneBaslerBT67();
     airTransport = planeBaslerBT67;
     AddToTheList_button.Enabled = true;
     buttonOrListBox             = true;
     DisplayingInformationAboutAirTransport(buttonOrListBox);
 }
예제 #9
0
파일: Form1.cs 프로젝트: kaitur/AVAS
 private void Fokker100_button_Click(object sender, EventArgs e)
 {
     PassengerPlane.PlaneFokker100 planeFokker100 = new PassengerPlane.PlaneFokker100();
     airTransport = planeFokker100;
     AddToTheList_button.Enabled = true;
     buttonOrListBox             = true;
     DisplayingInformationAboutAirTransport(buttonOrListBox);
 }
예제 #10
0
파일: Form1.cs 프로젝트: kaitur/AVAS
 private void BombardierCRJ_button_Click(object sender, EventArgs e)
 {
     PassengerPlane.PlaneBombardierCRJ planeBombardierCRJ = new PassengerPlane.PlaneBombardierCRJ();
     airTransport = planeBombardierCRJ;
     AddToTheList_button.Enabled = true;
     buttonOrListBox             = true;
     DisplayingInformationAboutAirTransport(buttonOrListBox);
 }