Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 7c12df0c authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

renaming method

parent 9c75f4b4
No related branches found
No related tags found
No related merge requests found
......@@ -41,14 +41,14 @@ Public Class VehicleForm
Public JobDir As String = ""
'Close - Check for unsaved changes
Private Sub F_VEH_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
Private Sub VehicleFormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
If e.CloseReason <> CloseReason.ApplicationExitCall And e.CloseReason <> CloseReason.WindowsShutDown Then
e.Cancel = ChangeCheckCancel()
End If
End Sub
'Initialise form
Private Sub F05_VEH_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Private Sub VehicleFormLoad(sender As Object, e As EventArgs) Handles MyBase.Load
TbLoadingMax.Text = "-"
PnLoad.Enabled = Not Cfg.DeclMode
ButAxlAdd.Enabled = Not Cfg.DeclMode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment