MS01062016_1

This commit is contained in:
SchreiberM
2016-06-01 10:41:28 +02:00
parent a1d125cf21
commit e74b44e1e9
8 changed files with 771 additions and 97 deletions

View File

@@ -0,0 +1,10 @@
Public Class frmChooseParentRecord
Private Sub frmChooseParentRecord_Load(sender As Object, e As EventArgs) Handles Me.Load
Try
Catch ex As Exception
End Try
End Sub
End Class