WIP: Windream2
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
Public Class ConnectionBuilder
|
||||
Imports NLog
|
||||
|
||||
Public Class ConnectionBuilder
|
||||
Implements IConnectionBuilder
|
||||
|
||||
Private LogFactory As NLog.LogFactory
|
||||
Private LogFactory As LogFactory
|
||||
Private SessionReconnect As Boolean = False
|
||||
Private DriveLetter As String = "W"
|
||||
Private Support64Bit As Boolean = False
|
||||
@@ -10,7 +12,7 @@
|
||||
Private Password As String = Nothing
|
||||
Private Domain As String = Nothing
|
||||
|
||||
Public Sub New(LogFactory As NLog.LogFactory)
|
||||
Public Sub New(LogFactory As LogFactory)
|
||||
Me.LogFactory = LogFactory
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user