コード例 #1
0
 public bool AccountLedgerCheckExistenceForCustomer(String strLedgerName, decimal decLedgerId)
 {
     try
     {
         spAccountLedger.AccountLedgerCheckExistenceForCustomer(strLedgerName, decLedgerId);
     }
     catch (Exception ex)
     {
         MessageBox.Show("AL12:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
     return(false);
 }