Files

11 lines
158 B
C#
Raw Permalink Normal View History

2013-04-28 12:32:55 +01:00
namespace SharpCompress.Common
2013-04-07 10:58:58 +01:00
{
public enum ArchiveType
{
Rar,
Zip,
Tar,
SevenZip,
GZip,
}
2013-04-28 12:32:55 +01:00
}