private void flightBookingToolStripMenuItem_Click(object sender, EventArgs e) { frmFlightService childForm = new frmFlightService(); childForm.MdiParent = this; childForm.Text = childForm.Text; childForm.Show(); }
public FlightQueryCallback(frmFlightService flightService) { this._flightService = flightService; }