This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
mengxiangge
/
Updater
mirror da
https://git.dev.tencent.com/huihuang88515/updater.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
81196f41c4
Rami (Branch)
Tag
master
Updater
/
PackageUpdater
/
SharpCompress
/
Common
/
ArchiveType.cs
ArchiveType.cs
147 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
11
namespace SharpCompress.Common
{
public enum ArchiveType
{
Rar,
Zip,
Tar,
SevenZip,
GZip
}
}