MS DocuentViewer und ClipboardWatcher
This commit is contained in:
@@ -647,10 +647,10 @@ Public Class ProfileFilter
|
||||
Dim oProcessList As New List(Of ProcessData)
|
||||
|
||||
For Each oRow As DataRow In ProcessDatatable.Rows
|
||||
If oRow.Item("PROFILE_ID") = ProfileId Then
|
||||
If oRow.Item("PROFIL_ID") = ProfileId Then
|
||||
oProcessList.Add(New ProcessData() With {
|
||||
.Guid = oRow.Item("GUID"),
|
||||
.PROFILE_ID = oRow.Item("PROFILE_ID"),
|
||||
.PROFILE_ID = oRow.Item("PROFIL_ID"),
|
||||
.ProcessName = oRow.ItemEx("PROC_NAME", String.Empty)
|
||||
})
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user