MS Referenz W-Laufwerk
This commit is contained in:
14
app/DD_PM_WINDREAM/frmFileInfo.vb
Normal file
14
app/DD_PM_WINDREAM/frmFileInfo.vb
Normal file
@@ -0,0 +1,14 @@
|
||||
Public Class frmFileInfo
|
||||
Private Sub frmFileInfo_HandleDestroyed(sender As Object, e As EventArgs) Handles Me.HandleDestroyed
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub frmFileInfo_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||
Try
|
||||
txtLocation.Text = CURRENT_DOC_PATH
|
||||
txtCreation.Text = CURRENT_DOC_CREATION_DATE
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user