Esempio n. 1
0
 private void textBoxChequeAmount_Click(object sender, EventArgs e)
 {
     InvoiceDocumentID = labelDocID.Text;
     ChequeForm.ShowDialog();
 }