Files

11 lines
151 B
C#
Raw Permalink Normal View History

2013-05-04 16:58:50 +01:00
namespace SharpCompress
{
public enum ArchiveType
{
Rar,
Zip,
Tar,
SevenZip,
GZip,
}
}