Beispiel #1
0
        private void FligthMenuItem_Click(object sender, EventArgs e)
        {
            FligthForm fligthForm = new FligthForm();

            fligthForm.MdiParent = this;
            fligthForm.Show();
        }
 private void FligthMenuItem_Click(object sender, EventArgs e)
 {
     FligthForm fligthForm = new FligthForm();
     fligthForm.MdiParent = this;
     fligthForm.Show();
 }