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

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

show filebrowser in file dialog for alternator map and hvac ssm file

parent d5a649d8
No related branches found
No related tags found
No related merge requests found
......@@ -840,7 +840,7 @@ Public Class frmAuxiliaryConfig
Private Sub btnAlternatorMapPath_Click(sender As Object, e As EventArgs) Handles btnAlternatorMapPath.Click
Dim fbAux As New cFileBrowser("AAUXALT", True, False)
Dim fbAux As New cFileBrowser("AAUXALT", False, False)
fbAux.Extensions = New String() {"AALT"}
Dim suppliedAALTPath As String = txtAlternatorMapPath.Text
......@@ -989,7 +989,7 @@ Public Class frmAuxiliaryConfig
Private Sub btnSSMBSource_Click(sender As Object, e As EventArgs) Handles btnSSMBSource.Click
Dim fbAux As New cFileBrowser("AAUXSSM", True, False)
Dim fbAux As New cFileBrowser("AAUXSSM", False, False)
fbAux.Extensions = New String() {"AHSM"}
Dim suppliedSSMPath As String = txtSSMFilePath.Text.Trim()
......
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