Example #1
0
        } //--------------------------

        //this procedure sets the datagridview datasource
        private void SetPaymentsMadeDataGridViewSource(Boolean isNewQuery)
        {
            this.dgvPayments.DataSource = _chargesManager.SelectByRegistrationIDPaymentDetails(_userInfo, _regInfo.RegistrationSystemId,
                                                                                               isNewQuery);
        } //--------------------------