예제 #1
0
        private void btnAdd_Click(object sender, EventArgs e)
        {
            AddTrebovaniyaForm form = new AddTrebovaniyaForm();

            form.ShowDialog();
            taTrebovania.Fill(dataDataSet.TrebovaniaView);
        }
예제 #2
0
 public OrderNumberForm(AddTrebovaniyaForm parentForm)
 {
     InitializeComponent();
     this.parentForm = parentForm;
 }