コード例 #1
0
 public string NotifyEvent(String xmlEventNotification)
 {
     Notification notification = null;
     notification = new Notification();
     return notification.ResponseNotification(xmlEventNotification);
 }