예제 #1
0
파일: EndPath.cs 프로젝트: xtuzy/PdfPig
 /// <inheritdoc />
 public void Run(IOperationContext operationContext)
 {
     operationContext.EndPath();
 }