- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
public string GetUserCurrentStage(int stage)
{
string stageName = "";
if (stage == 1)
stageName += "Initial Certification";
else if (stage == 2)
{
stageName += "Maintenance *";
}
else if (stage == 3)
stageName += "Recertification";
else
return string.Empty;
return stageName;
}
Lure Of Chaos 17.06.2011 23:37 # 0
DYiY4P 18.06.2011 00:44 # +1
guest 18.06.2011 02:28 # 0
SmackMyBitchUp 18.06.2011 08:28 # 0
guest8 09.04.2019 10:59 # −999
guest8 09.04.2019 18:07 # −999