mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-24 16:05:27 +00:00
8 lines
155 B
C#
8 lines
155 B
C#
namespace SharpCompress.Common.SevenZip
|
|
{
|
|
internal class CBindPair
|
|
{
|
|
internal int InIndex;
|
|
internal int OutIndex;
|
|
}
|
|
} |