コード例 #1
0
        ////////////////////////////////////////////////////////////////////////////////////////////////////
        ////////////////////////////////////////////////////////////////////////////////////////////////////
        ////////////////////////////////////////////////////////////////////////////////////////////////////

        internal void addSellingInvoicePaymentUserControlLoaded()
        {
            try {
                if (!addSellingInvoicePayment.IsLoadedUI)
                {
                    paymentManagerImpl.addSellingInvoicePaymentUserControlLoaded();
                    addSellingInvoicePayment.IsLoadedUI = true;
                }
            } catch (Exception) {
            }
        }