jj
This commit is contained in:
14
DDLicenseService/LicenseService.vb
Normal file
14
DDLicenseService/LicenseService.vb
Normal file
@@ -0,0 +1,14 @@
|
||||
Imports DigitalData.Modules.Logging
|
||||
|
||||
Public Class LicenseService
|
||||
Implements ILicenseService
|
||||
|
||||
Public Shared Event ClientConnectedEvent As EventHandler(Of Session)
|
||||
Public Shared Event ClientDisconnectedEvent As EventHandler(Of Session)
|
||||
|
||||
Public Shared LogConfig As LogConfig
|
||||
|
||||
Public Sub DoWork() Implements ILicenseService.DoWork
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user