Ejemplo n.º 1
0
 private static void AddTag(PowerPoint.Shape shape, string tagName, String value)
 {
     ShapeUtil.AddTag(shape, tagName, value);
 }