ZooFlow: Add frmAdmin_SourceSQL

This commit is contained in:
Jonathan Jenne
2021-02-12 16:28:01 +01:00
parent 1e1dfcbc41
commit 3f90e10417
19 changed files with 2435 additions and 76 deletions

View File

@@ -7,7 +7,7 @@ Partial Public MustInherit Class BaseForm
Private Logger As Logger
Public Sub New()
Logger = My.LogConfig.GetLogger
Logger = My.LogConfig?.GetLogger
End Sub
Public Sub ShowInfo(Message As String)