jj: Windream cleanup

This commit is contained in:
Jonathan Jenne 2018-10-12 16:18:18 +02:00
parent 73a5f34587
commit 152c8938ae
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Public Class Exceptions
Inherits ApplicationException
Public Sub New()
MyBase.New()
End Sub
Public Sub New(message As String)

View File

@ -2,7 +2,7 @@
Imports DigitalData.Modules.Windream.Constants
Public Class Helpers
Private Shared ReadOnly VectorIndicies As List(Of Integer) = New List(Of Integer) From {
Private Shared ReadOnly VectorIndicies As New List(Of Integer) From {
INDEX_TYPE_VECTOR_BOOLEAN,
INDEX_TYPE_VECTOR_CURRENCY,
INDEX_TYPE_VECTOR_DATE,