- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace YG.Lib
- {
- public class XmlSLib
- {
- public static XmlSLib xmlSLib = new XmlSLib();
- public static XmlSLib Instance { get { return xmlSLib; } }
-
- }
- }
|