'Declaration Public Function New( _ ByVal theme As ITheme, _ ByVal terminal As Object _ )
'Declaration
Public Function New( _ ByVal theme As ITheme, _ ByVal terminal As Object _ )
'Usage Dim theme As ITheme Dim terminal As Object Dim instance As New Theme(theme, terminal)
'Usage
Dim theme As ITheme Dim terminal As Object Dim instance As New Theme(theme, terminal)
public Theme( ITheme theme, object terminal )
Theme Class Theme Members