From 152c8938aed1a3a99e98e6606bc387e796aaea11 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 12 Oct 2018 16:18:18 +0200 Subject: [PATCH] jj: Windream cleanup --- Modules.Windream/Exceptions.vb | 1 + Modules.Windream/Helpers.vb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules.Windream/Exceptions.vb b/Modules.Windream/Exceptions.vb index 0e85c720..3add4c21 100644 --- a/Modules.Windream/Exceptions.vb +++ b/Modules.Windream/Exceptions.vb @@ -5,6 +5,7 @@ Public Class Exceptions Inherits ApplicationException Public Sub New() + MyBase.New() End Sub Public Sub New(message As String) diff --git a/Modules.Windream/Helpers.vb b/Modules.Windream/Helpers.vb index 8b1fa9d1..2a060f65 100644 --- a/Modules.Windream/Helpers.vb +++ b/Modules.Windream/Helpers.vb @@ -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,