add process name to ProfileData

This commit is contained in:
Jonathan Jenne 2019-10-25 13:28:07 +02:00
parent 7c63f0d111
commit 87288c3488

View File

@ -57,6 +57,7 @@
Public Regex As String
Public AutomationId As String
Public ControlName As String
Public ProcessName As String
Public IsMatched As Boolean = False
Public TopLeft As ControlBounds
Public TopRight As ControlBounds