MS Korrekturen Release

This commit is contained in:
Digital Data - Marlon Schreiber
2018-04-18 16:28:11 +02:00
parent 7f6dbd66db
commit 3876a5b3fd
12 changed files with 3119 additions and 1261 deletions

View File

@@ -16,6 +16,7 @@ Public Class ClassSQLEditor
Dim SQLSTring As String = DirectCast(value, SQLValue).Value
If svc IsNot Nothing AndAlso SQLSTring IsNot Nothing Then
CURRENT_DESIGN_TYPE = "INPUT_INDEX"
Using Form As New frmSQL_DESIGNER()
Form.Value = SQLSTring
If svc.ShowDialog(Form) = DialogResult.OK Then