Пример #1
0
 public void AccountLedgerEdit(AccountLedgerInfo infoAccountLedger)
 {
     try
     {
         spAccountLedger.AccountLedgerEdit(infoAccountLedger);
     }
     catch (Exception ex)
     {
         MessageBox.Show("AL3:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }