expose processtable/windowtable from ctrlApplicationAssignment

This commit is contained in:
Jonathan Jenne 2020-07-09 14:37:33 +02:00
parent a73e1bf443
commit cb04ec5e08

View File

@ -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()