This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
SystemDev
/
FCC
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
b8828519ac
Ramas
Etiquetas
3.0
master
FCC
/
Applications
/
HengshanEpsWrapper
/
EpsWrapper
/
PumpUnauthTypeEnum.cs
PumpUnauthTypeEnum.cs
124 B
Histórico
Raw
1
2
3
4
5
6
7
8
namespace Dfs.WayneChina.HengshanPos
{
public enum PumpUnauthType
{
Unauthorize,
General
}
}