25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <%
- Class PagedIndex_ViewModel_Class
- Public Title
- Public KitLabels
-
- Public CurrentPageNumber
- Public PageSize
- Public PageCount
- Public RecordCount
- End Class
-
- Class Edit_ViewModel_Class
- Public Title
- Public KitLabels
-
- End Class
-
- Class Create_ViewModel_Class
- Public KitId
- Public OutboundSerial
- Public InBoundSerial
- Public OutboundIMB
- Public InBoundIMB
- Public OutboundIMBDigits
- Public InBoundIMBDigits
- Public OutboundIMBPNG
- Public INBOUNDIMBPNG
- Public SetNumber
- End Class
-
- Class Delete_ViewModel_Class
- Public Title
- Public KitLabels
- End Class
-
- %>
|