productdescriptorsdisplaycontrol.ascx.vb
来自「C#语言制作asp.net网上商店的」· VB 代码 · 共 17 行
VB
17 行
Imports NetShopForge.Library.Product
Partial Class Shop_Product_Controls_ProductDescriptorsDisplayControl
Inherits System.Web.UI.UserControl
Private _descriptors As Generic.List(Of ProductDescriptorInfo)
Public Property DescriptorList() As Generic.List(Of ProductDescriptorInfo)
Get
Return _descriptors
End Get
Set(ByVal value As Generic.List(Of ProductDescriptorInfo))
_descriptors = value
End Set
End Property
End Class
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?