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
@@ -64,7 +64,7 @@ Public Class APCSheetReviewHeader_VC
_OpenFileDialog.Filter = "JPG file (.jpg)|*.jpg|BMP file (.bmp)|*.bmp|GIF file (.gif)|*.gif|All Files (*.*)|*.*"
_OpenFileDialog.Multiselect = True
If _OpenFileDialog.ShowDialog() = Windows.Forms.DialogResult.OK Then
If _OpenFileDialog.ShowDialog() = System.Windows.Forms.DialogResult.OK Then
RaiseEvent InitWork(1, 1, _OpenFileDialog.FileNames.Length)
For Each _FileName As String In _OpenFileDialog.FileNames
RaiseEvent DoWork()