コード例 #1
0
ファイル: DirectoryNode.cs プロジェクト: zhgl7688/-
 public DirectoryNode(DirectoryProperty property,
                      POIFSFileSystem fileSystem,
                      DirectoryNode parent)
     : this(property, parent, fileSystem, (NPOIFSFileSystem)null)
 {
 }