コード例 #1
0
ファイル: ZipFile.cs プロジェクト: modulexcite/Transformalize
		    public ZipUpdate(UpdateCommand command, ZipEntry entry)
		    {
		        command_ = command;
		        entry_ = ( ZipEntry )entry.Clone();
		    }