Zooflow: Massive Clean up
This commit is contained in:
@@ -7,8 +7,9 @@ Public Class frmEmail
|
||||
Private Email As Email2
|
||||
|
||||
Private Sub frmEmail_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||
Logconfig = New LogConfig(LogConfig.PathType.Temp, ProductName:="TestGUI.IMAP")
|
||||
Logconfig.Debug = True
|
||||
Logconfig = New LogConfig(LogConfig.PathType.Temp, ProductName:="TestGUI.IMAP") With {
|
||||
.Debug = True
|
||||
}
|
||||
Email = New Email2(Logconfig)
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user