Ejemplo n.º 1
0
        protected async void Load()
        {
            canEdit = true;

            try
            {
                var otErpGetTblGnPaymentTypeByPaymentTypeSeqResult = await OtErp.GetTblGnPaymentTypeByPaymentTypeSeq(int.Parse(PaymentType_SEQ));

                tblgnpaymenttype = otErpGetTblGnPaymentTypeByPaymentTypeSeqResult;
            }
            catch (Exception otErpGetTblGnPaymentTypeByPaymentTypeSeqException)
            {
            }
        }