This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/MESEAI/EAICws/EAICws/modEAP.cs
2024-01-15 10:57:41 +08:00

28 lines
860 B
C#

using System;
using System.Xml;
using Apache.NMS;
using Apache.NMS.Util;
using tcEAI_C;
namespace EAIws_C
{
static class modEAP
{
private static XmlDocument xmlDoc = new XmlDocument(); // 用以讀取Xml字串
private static DateTime ArriveTime; // 送達時間
private static string strIdentity; // Identity XML字串
private static string strReturnValue; // ReturnValue XML字串
private static string strException; // Exception XML字串
private static string strResult; // Result XML字串
private static string strMessage; // Message XML字串
private static object strServiceName = "modEAP";
private static int i = 0;
#region EAP
#endregion
}
}