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

Skip to content
Snippets Groups Projects
Commit 70e5eaf8 authored by Franz KOBER josef's avatar Franz KOBER josef
Browse files

solved some merge conflicts

parent 0f58ed03
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -1505,26 +1505,6 @@ Public Class VehicleForm
Change()
End Sub
Private Sub btIHPC_Click(sender As Object, e As EventArgs) Handles btIHPC.Click
Dim f = FileRepl(tbIHPCFilePath.Text, GetPath(_vehFile))
If Not IHPCForm.Visible Then
IHPCForm.ClearIHPC()
IHPCForm.Show()
Else
If IHPCForm.WindowState = FormWindowState.Minimized Then IHPCForm.WindowState = FormWindowState.Normal
IHPCForm.BringToFront()
End If
If Not Trim(f) = "" Then
Try
IHPCForm.ReadIHPCFile(f)
Catch ex As Exception
MsgBox(ex.Message, MsgBoxStyle.OkOnly, "Error loading IEPC File")
End Try
End If
End sub
Private Sub btIEPCFilePath_Click(sender As Object, e As EventArgs) Handles btIEPCFilePath.Click
If IEPCFileBrowser.OpenDialog(FileRepl(tbIEPCFilePath.Text, GetPath(_vehFile))) Then
tbIEPCFilePath.Text = GetFilenameWithoutDirectory(IEPCFileBrowser.Files(0), GetPath(_vehFile))
......
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