This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
luocaiyang
/
StaffPerformance
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
04a5e18a52
Atzari
Tagi
master
StaffPerform...
/
wispro.sp.share
/
EnumType.cs
EnumType.cs
123 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
namespace wispro.sp.share
{
public enum jxType
{
doing =0,
all = 1,
finished = 4
}
}