private void myButton1_Click(object sender, EventArgs e) { frmAddCreditCard f1 = new frmAddCreditCard(); f1.ShowDialog(); CreditCardTable curentT = new CreditCardTable(); Suport.FillCombox(cmbCardList, curentT.GetCards(txtId.Text), "numCard", "coudcCeditCard"); }
private void btnAddCard_Click(object sender, EventArgs e) { frmAddCreditCard f1 = new frmAddCreditCard(); f1.ShowDialog(); CreditCardTable curentT = new CreditCardTable(); Suport.FillCombox(cmbCardForPay, curentT.GetCards(txtClient.Text), "numCard", "coudcCeditCard"); }