MS IDB Anbindung RightClick und Events

This commit is contained in:
2020-08-17 11:23:11 +02:00
parent 64d957a217
commit 1698e9cc97
21 changed files with 790 additions and 15 deletions

View File

@@ -28,6 +28,7 @@ Namespace My
Property LogConfig As LogConfig
Property MainForm As frmAdmin
Property Database As MSSQLServer
Property Database_IDB As MSSQLServer
Property Queries As New ClassQueries
End Module
@@ -42,6 +43,7 @@ Namespace My
Public Property Modules As New Dictionary(Of String, State.ModuleState)
Public Property ModulesActive As New List(Of String)
Public Property ClipboardWatcher As New ClipboardWatcher.State
Public Property IDB_ConnectionString As String
End Class
End Namespace