MS
This commit is contained in:
@@ -191,11 +191,11 @@ Public Class frmRecordView
|
||||
Catch ex As Exception
|
||||
RESULT_DOC_PATH = Nothing
|
||||
End Try
|
||||
ClassHelper.File_open(RESULT_DOC_PATH)
|
||||
ClassHelper.File_open(RESULT_DOC_PATH, 0)
|
||||
End Sub
|
||||
|
||||
Private Sub DateiÖffnenToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles DateiÖffnenToolStripMenuItem.Click
|
||||
ClassHelper.File_open(RESULT_DOC_PATH)
|
||||
ClassHelper.File_open(RESULT_DOC_PATH, 0)
|
||||
End Sub
|
||||
|
||||
Private Sub CopyToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles CopyToolStripMenuItem.Click
|
||||
|
||||
Reference in New Issue
Block a user