Exemple #1
0
 public SelectAttendantsForm(Flight flight)
 {
     InitializeComponent();
     _flight = flight;
 }