示例#1
0
 public static bool Write(DataTree data)
 {
     throw new NotImplementedException();
 }
示例#2
0
        public static DataTree Read(string file)
        {
            DataTree data = new DataTree();

            throw new NotImplementedException();
        }