Update Version 1.2

This commit is contained in:
2021-11-25 12:33:45 +01:00
parent 13eb4ddf25
commit fe8d21e231
594 changed files with 508537 additions and 48424 deletions

View File

@@ -0,0 +1,11 @@
Public Class frmFormSelector
Private Sub ListForms_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListForms.DoubleClick
Me.DialogResult = Windows.Forms.DialogResult.OK
Me.Close()
End Sub
Private Sub frmFormSelector_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
End Class