Ejemplo n.º 1
0
 private void InvoiceCancelButton_Click(object sender, EventArgs e)
 {
     InvoiceBindingSource.CancelEdit();
     EnlargeDataGrid(InvoiceDataGridView, InvoiceAddButton, InvoicePanel);
 }
Ejemplo n.º 2
0
 private void InvoiceAddButton_Click(object sender, EventArgs e)
 {
     InvoiceBindingSource.AddNew();
     признак_типа_накладнойComboBox.SelectedValue = -1;
     ReduceDataGrid(InvoiceDataGridView, InvoiceAddButton, InvoicePanel);
 }