KN8, DY->Atez

This commit is contained in:
2024-12-03 13:06:10 +01:00
parent 2a3f4e09d9
commit 51a98197ae
5 changed files with 90 additions and 18 deletions

View File

@@ -5403,4 +5403,13 @@ Public Class frmStartOptions
End If
End Sub
Private Sub LinkLabel67_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel67.LinkClicked
Me.Cursor = Cursors.WaitCursor
Try
Dim erg = VERAG_PROG_ALLGEMEIN.cTariffKN8_Interface.UPDATE_KN8()
showPic(erg, PictureBox26)
Catch ex As Exception : VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodBase.GetCurrentMethod.Name) : End Try
Me.Cursor = Cursors.Default
End Sub
End Class