Example #1
0
 public void AccountLedgerEditForCustomer(AccountLedgerInfo accountledgerinfo)
 {
     try
     {
         spAccountLedger.AccountLedgerEditForCustomer(accountledgerinfo);
     }
     catch (Exception ex)
     {
         MessageBox.Show("AL21:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }