6 lines
135 B
VB.net
6 lines
135 B
VB.net
Imports System.ComponentModel
|
|
|
|
Public Interface IModelDetailViewExtender
|
|
<DefaultValue("")> Property Hints As String
|
|
End Interface
|