Ejemplo n.º 1
0
 public static bool Write(DataTree data)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
        public static DataTree Read(string file)
        {
            DataTree data = new DataTree();

            throw new NotImplementedException();
        }