expose processtable/windowtable from ctrlApplicationAssignment
This commit is contained in:
parent
a73e1bf443
commit
cb04ec5e08
@ -12,6 +12,19 @@ Public Class ctrlApplicationAssignment
|
||||
Public Property SelectedWindowId As Integer = 0
|
||||
Public Property SelectedControlId As Integer = 0
|
||||
|
||||
Public ReadOnly Property ProcessTable As DataTable
|
||||
Get
|
||||
Return MyDataset.TBCW_PROFILE_PROCESS
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property WindowTable As DataTable
|
||||
Get
|
||||
Return MyDataset.TBCW_PROF_REL_WINDOW
|
||||
End Get
|
||||
End Property
|
||||
|
||||
|
||||
Public Sub New()
|
||||
' Dieser Aufruf ist für den Designer erforderlich.
|
||||
InitializeComponent()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user