Base: Add IBaseForm Interface
This commit is contained in:
8
GUIs.Common/IBaseForm.vb
Normal file
8
GUIs.Common/IBaseForm.vb
Normal file
@@ -0,0 +1,8 @@
|
||||
Imports DigitalData.GUIs.Common.Base
|
||||
Imports DigitalData.Modules.Logging
|
||||
|
||||
Public Interface IBaseForm
|
||||
ReadOnly Property LogConfig As LogConfig
|
||||
ReadOnly Property Logger As Logger
|
||||
ReadOnly Property ErrorHandler As BaseErrorHandler
|
||||
End Interface
|
||||
Reference in New Issue
Block a user