You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

KitLabelsViewModels.asp 579B

8 月之前
8 月之前
123456789101112131415161718192021222324252627282930313233343536
  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. Public SetNumber
  25. End Class
  26. Class Delete_ViewModel_Class
  27. Public Title
  28. Public KitLabels
  29. End Class
  30. %>

Powered by TurnKey Linux.