Exemplo n.º 1
0
 public void GetPawnPaymentData()
 {
     DataManager dataManager = new DataManager(connectionString);
     string transactionID = TransIDTextBox.Text;
     pawnPaymentTable = dataManager.GetPawnPaymentHistory(transactionID);
     PaymentHistoryDataGrid.DataSource = pawnPaymentTable;
 }