ZHJA_HJGL/BAK/HJGL_ZH/WebAPI/Areas/HelpPage/SampleGeneration/XDocument.cs

12 lines
215 B
C#

using System;
namespace WebAPI.Areas.HelpPage
{
internal class XDocument
{
internal static XDocument Parse(string str)
{
throw new NotImplementedException();
}
}
}