This commit is contained in:
SchreiberM
2016-12-09 10:23:42 +01:00
parent 481e767a99
commit 30a6c6b9fb
35 changed files with 1449 additions and 3454 deletions

View File

@@ -163,7 +163,7 @@ Public Class frmEntities
If GUIDTextBox.Text <> "" Then
Dim FormId As Integer = GUIDTextBox.Text 'GetCurrentGUID()
If FormId <> -1 Then
CURRENT_FORM_ID = FormId
CURRENT_ENTITY_ID = FormId
Open_Designer()
End If
End If