Exemplo n.º 1
0
 public virtual void loadFrom(BinaryReader reader, PersistContext ctx)
 {
     points.Clear();
     points.loadFrom(reader, ctx);
 }