Exemplo n.º 1
0
 public DecideForm(AssignForm par, string msg, List <Aircraft> opt)
 {
     InitializeComponent();
     message = msg;
     options = opt;
     parent  = par;
 }
Exemplo n.º 2
0
 private void assignButton_Click(object sender, EventArgs e)
 {
     assignForm = new AssignForm(this);
     assignForm.ShowDialog();
 }