Referenzen glattgezogen und MSI Paket neu konfiguriert
This commit is contained in:
@@ -28,7 +28,7 @@ Public Class frmControlCapture
|
||||
End Sub
|
||||
|
||||
Private Sub frmControlCapture_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||
Window = New Window(LogConfig)
|
||||
Window = New Window(_LogConfig)
|
||||
|
||||
rbControlName.Checked = True
|
||||
|
||||
@@ -60,7 +60,7 @@ Public Class frmControlCapture
|
||||
ControlName = oControl.ControlName
|
||||
End If
|
||||
Catch ex As Exception
|
||||
Logger.Error(ex)
|
||||
_Logger.Error(ex)
|
||||
MsgBox($"Control Name konnte nicht ausgelesen werden!{vbNewLine}Dies kann ein temporärer Fehler sein. Bitte versuchen Sie es noch einmal.", MsgBoxStyle.Exclamation, Text)
|
||||
End Try
|
||||
|
||||
@@ -94,7 +94,7 @@ Public Class frmControlCapture
|
||||
|
||||
txtControlBounds.Text = GetBoundsString(TopLeft, TopRight, BottomLeft, BottomRight)
|
||||
Catch ex As Exception
|
||||
Logger.Error(ex)
|
||||
_Logger.Error(ex)
|
||||
MsgBox($"Control Koordinaten konnten nicht ausgelesen werden!{vbNewLine}Dies kann ein temporärer Fehler sein. Bitte versuchen Sie es noch einmal.", MsgBoxStyle.Exclamation, Text)
|
||||
End Try
|
||||
|
||||
|
||||
Reference in New Issue
Block a user