コード例 #1
0
 internal void button_add_chequePayments_Click()
 {
     try {
         if (paymentManagerImpl.addChequePayment())
         {
             paymentManagerImpl.loadAllChequePayments();
             paymentManagerImpl.clearChequeSection();
             ShowMessage.success(Common.Messages.Success.Success004);
         }
     } catch (Exception) {
     }
 }