コード例 #1
0
ファイル: XmlAgent.cs プロジェクト: Bloodpearl/Utils
 public static bool Write(DataTree data)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: XmlAgent.cs プロジェクト: Bloodpearl/Utils
        public static DataTree Read(string file)
        {
            DataTree data = new DataTree();

            throw new NotImplementedException();
        }