示例#1
0
 private bool Write(BinaryWriter annotation)
 {
     _topology.Write(annotation);
     return(_doc.Write(annotation));
 }