This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
SystemDev
/
FCC
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
b8828519ac
Rami (Branch)
Tag
3.0
master
FCC
/
Applications
/
HengshanEpsWrapper
/
EpsWrapper
/
PumpAuthTypeEnum.cs
PumpAuthTypeEnum.cs
147 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
namespace Dfs.WayneChina.HengshanPos
{
public enum PumpAuthType
{
General,
Amount,
Volume,
Kilo
}
}