MS Doctype Config

This commit is contained in:
2022-02-04 10:12:59 +01:00
parent 66599efcbf
commit e57f3309e4
20 changed files with 2268 additions and 245 deletions

View File

@@ -47,7 +47,8 @@ Public Class frmAdmin_IDBBERelations
DragDropManager = New ClassDragDrop(My.LogConfig)
DragDropManager.AddGridView(GridViewFreeAttributes)
DragDropManager.AddGridView(GridViewRelatedAttributes)
LoadFreeAttributes()
LoadRelatedAttributes()
Catch ex As Exception
ShowErrorMessage($"Error in FormLoad", ex)
End Try