Exemple #1
0
        private void Go()
        {
            Center_Subject       center = new Center_Subject();
            SAPToBPMResultObject s_sap1 = new SAP1.SAP_PAY("SAPPAYHPInvoiceQueue".ToAppSetting(), "SAPPAYHPInvoiceSuccess".ToAppSetting(), "SAPPAYHPInvoiceFaild".ToAppSetting(), this, center);

            center.Refresh();
        }
Exemple #2
0
        private void Go()
        {
            Center_Subject       center = new Center_Subject();
            SAPToBPMResultObject s_sap1 = new SAP1.SAP_PAY("SAPToBPMResultQueue".ToAppSetting(), "SAPToBPMResultSuccess".ToAppSetting(), "SAPToBPMResultFaild".ToAppSetting(), this, center);
            SAPToBPMResultObject s_sap2 = new SAP2.SAP_PAY("SAPToBPMResultQueue1".ToAppSetting(), "SAPToBPMResultSuccess1".ToAppSetting(), "SAPToBPMResultFaild1".ToAppSetting(), this, center);

            center.Refresh();
        }