Beispiel #1
0
        public static void Sample_ReadXml_Tables()
        {
            string sampleDataPath = @"..\..\Samples\";
            var    watch          = new Stopwatch();

            using (var reader = new XmlAdapter())
            {
                reader.FileName = sampleDataPath + @"GetAddressResponse.xml";
                var tables = reader.GetAvailableTables();
            }
        }