Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
lihaodyx
/
guangxi
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
009ab2d363
Gałęzie
Tagi
master
guangxi
/
GxPress
/
Infrastructure
/
GxPress.Common
/
Encrypt
/
Md5Length.cs
Md5Length.cs
109 B
Historia
Czysty
1
2
3
4
5
6
7
8
namespace GxPress.Common.Encrypt
{
public enum Md5Length
{
L16 = 16,
L32 = 32
}
}