INIT OK 20.1.4

This commit is contained in:
2020-06-09 10:30:25 +02:00
parent 96e5588d9d
commit 291939e03f
25 changed files with 54 additions and 60 deletions
@@ -1458,7 +1458,7 @@ Public Class XLSImportsVC
Dim _Import_PH_Immovables_PopUp As Import_PH_Immovables_PopUp = TryCast(View.SelectedObjects(0), Import_PH_Immovables_PopUp)
If _Import_PH_Immovables_PopUp Is Nothing Then Throw New Exception("*Váratlan hiba történt a folyamat megszakadt!")
If _OpenFileDialog.ShowDialog() = Windows.Forms.DialogResult.OK Then
If _OpenFileDialog.ShowDialog() = System.Windows.Forms.DialogResult.OK Then
_Import_PH_Immovables_PopUp.FileName = _OpenFileDialog.FileName
End If
Catch ex As Exception