コード例 #1
0
 public void AccountLedgerEditForSalesman(AccountLedgerInfo infoAccountLedger)
 {
     try
     {
         spAccountLedger.AccountLedgerEditForSalesman(infoAccountLedger);
     }
     catch (Exception ex)
     {
         MessageBox.Show("AL32:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }