private void btnAdd_Click(object sender, EventArgs e) { AddTrebovaniyaForm form = new AddTrebovaniyaForm(); form.ShowDialog(); taTrebovania.Fill(dataDataSet.TrebovaniaView); }
public OrderNumberForm(AddTrebovaniyaForm parentForm) { InitializeComponent(); this.parentForm = parentForm; }