Public Class CSysXML
    Dim mXmlDoc As New System.Xml.XmlDocument
    Public XmlFile As String
    Public Sub New(ByVal File As String)
        MyClass.XmlFile = File
        MyClass.mXmlDoc.Load(MyClass.XmlFile)    

 

相关文章:

  • 2021-07-13
  • 2022-02-03
  • 2021-09-19
  • 2022-02-13
  • 2022-01-08
猜你喜欢
  • 2022-12-23
  • 2021-07-27
  • 2021-12-01
  • 2021-08-26
  • 2022-02-21
  • 2021-09-01
相关资源
相似解决方案