private void lbl_HeadlineExtra_Click(object sender, EventArgs e) { Form_CarExtra newform = new Form_CarExtra(newemployee); newform.ShowDialog(); CarExtraArrToForm(newform.SelectedCarExtra); }
private void btn_CarExtra_Click(object sender, EventArgs e) { MovePanel(sender as Button); Form_CarExtra newform = new Form_CarExtra(newemployee); OpenForm(newform); }