Add Common Queries, Load User & Module Info from DB
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
''' <summary>
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports ZooFlow
|
||||
''' <summary>
|
||||
'''
|
||||
''' Selfcontained:
|
||||
''' - Config (Location of Window)
|
||||
@@ -13,10 +15,16 @@
|
||||
''' - Matching Profiles as List Of ProfileData
|
||||
''' - Clipboard Content as String
|
||||
''' </summary>
|
||||
|
||||
|
||||
Public Class frmMatch
|
||||
Public Sub New(LogConfig As LogConfig, Environment As ClassEnvironment)
|
||||
' Dieser Aufruf ist für den Designer erforderlich.
|
||||
InitializeComponent()
|
||||
|
||||
' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub frmMatch_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user