rename frmMain to frmAdmin, work on result forms

This commit is contained in:
Jonathan Jenne
2019-09-26 12:30:11 +02:00
parent f5d43edeef
commit 6a4992412f
13 changed files with 161 additions and 100 deletions

View File

@@ -26,7 +26,7 @@ Namespace My
End Property
Property LogConfig As LogConfig
Property MainForm As frmMain
Property MainForm As frmAdmin
Property Database As MSSQLServer
Property Queries As New ClassQueries
End Module