Base: Add IBaseForm Interface
This commit is contained in:
@@ -14,6 +14,12 @@ Namespace Base
|
||||
_Form = Form
|
||||
End Sub
|
||||
|
||||
Public Sub New(pLogConfig As LogConfig, pForm As Form)
|
||||
_LogConfig = pLogConfig
|
||||
_Logger = pLogConfig.GetLogger(LogConfig.GetClassFullName())
|
||||
_Form = pForm
|
||||
End Sub
|
||||
|
||||
Public Sub ShowErrorMessage(Exception As Exception, Origin As String)
|
||||
Dim oMessage = GetMessage(Exception, Origin)
|
||||
ShowErrorMessage(Exception, Origin, oMessage)
|
||||
|
||||
Reference in New Issue
Block a user