コード例 #1
0
        public StateMachineNotificationResultBEList NotifyEvent(NotifyEventShipment shipment)
        {
            var client = GenerateProxy(shipment);

            OperationContext = "CaseAgencyNotifyEvent";
            return(client.NotifyEventAgencySystemEC(shipment.Username, shipment.Password, shipment.NotificationInfo));
        }
コード例 #2
0
 public CaseAgencyForm()
 {
     InitializeComponent();
     FuncCasep = new CaseAgencySystemEndPointFunction();
     FuncCasep.ReturnMessageXml += ReturnMessageXmlHandler;
     ShipmentTest        = new BaseShipment();
     ShipmentCaseList    = new CaseListShipment();
     ShipmentSetNotice   = new SetNoticeShipment();
     ShipmentNotifyEvent = new NotifyEventShipment();
     ShipmentInstantiateCollaboration = new InstantiateCollaborationShipment();
     SetupObjForPropGrid();
 }