Changeset 1233
- Timestamp:
- 1/17/2010 8:39:43 AM (2 months ago)
- Files:
-
- 1 modified
-
trunk/EveHQ.Core/DataFunctions.vb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EveHQ.Core/DataFunctions.vb
r1213 r1233 1636 1636 strID.Append("0") 1637 1637 ' Send this to the API 1638 Dim IDXML As XmlDocument = EveHQ.Core.EveAPI.GetAPIXML(EveHQ.Core.EveAPI.APIRequest.IDToName, strID.ToString, EveHQ.Core.EveAPI.APIReturnMethod.Return Standard)1638 Dim IDXML As XmlDocument = EveHQ.Core.EveAPI.GetAPIXML(EveHQ.Core.EveAPI.APIRequest.IDToName, strID.ToString, EveHQ.Core.EveAPI.APIReturnMethod.ReturnActual) 1639 1639 ' Parse this XML 1640 1640 Dim FinalIDs As New SortedList(Of Long, String)
