소스 검색

fix AddImage bug : recursive loop

master
malickf 9 년 전
부모
커밋
6a26741c1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      DocX/DocX.cs

+ 1
- 1
DocX/DocX.cs 파일 보기

} }
} }
return AddImage(filename, contentType);
return AddImage(filename as object, contentType);
} }
/// <summary> /// <summary>

Loading…
취소
저장