コード例 #1
0
        public AccountLedgerInfo AccountLedgerViewForEdit(decimal decLedgerId)
        {
            AccountLedgerInfo infoAccountLedger = new AccountLedgerInfo();

            try
            {
                infoAccountLedger = spAccountLedger.AccountLedgerViewForEdit(decLedgerId);
            }
            catch (Exception ex)
            {
                MessageBox.Show("AL6:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
            }
            return(infoAccountLedger);
        }