InfoConnect for Airlines
Theme Constructor


Remote theme instance
Parent terminal instance
Initializes a new instance of the Theme class.
Syntax
'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)
public Theme( 
   ITheme theme,
   object terminal
)

Parameters

theme
Remote theme instance
terminal
Parent terminal instance
See Also