Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

36 wiersze
560B

  1. <%
  2. Class PagedIndex_ViewModel_Class
  3. Public Title
  4. Public KitLabels
  5. Public CurrentPageNumber
  6. Public PageSize
  7. Public PageCount
  8. Public RecordCount
  9. End Class
  10. Class Edit_ViewModel_Class
  11. Public Title
  12. Public KitLabels
  13. End Class
  14. Class Create_ViewModel_Class
  15. Public KitId
  16. Public OutboundSerial
  17. Public InBoundSerial
  18. Public OutboundIMB
  19. Public InBoundIMB
  20. Public OutboundIMBDigits
  21. Public InBoundIMBDigits
  22. Public OutboundIMBPNG
  23. Public INBOUNDIMBPNG
  24. End Class
  25. Class Delete_ViewModel_Class
  26. Public Title
  27. Public KitLabels
  28. End Class
  29. %>

Powered by TurnKey Linux.