Ejemplo n.º 1
0
 public int GetNewDrawingId()
 {
     return(new[]
     {
         1,
         Body.GetMaxDrawingId(),
         FooderCollection.GetMaxDrawingId()
         // TODO: Here go other document parts that may contain drawings
     }
            .Max());
 }