Common: small changes to frmDialog

This commit is contained in:
Jonathan Jenne
2022-06-07 11:01:39 +02:00
parent 923672e8df
commit 54f2a3f0f2
3 changed files with 38 additions and 37 deletions

View File

@@ -27,4 +27,9 @@ Public Class frmMsgBox
Private Sub frmMsgBox_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub
Private Sub SimpleButton3_Click(sender As Object, e As EventArgs) Handles SimpleButton3.Click
Dim CURRENT_NEWFILENAME = "\\Windream\Objects\DigitalData-IDB\2022\02\01\TestDoctype1\more\even-more\big\empty\folders\haha\Brainpool_Logo-22_02_01.pdf"
FormHelper.ShowQuestionMessage($"File sucessfully processed!{vbNewLine}Path:{vbNewLine}{vbNewLine}{vbNewLine}{vbNewLine}{CURRENT_NEWFILENAME}", CURRENT_NEWFILENAME.Count)
End Sub
End Class