Index: TAOR-rework-bugfixing/TAOR rework/My Project/Settings.Designer.vb =================================================================== diff -u -r1596 -r1623 --- TAOR-rework-bugfixing/TAOR rework/My Project/Settings.Designer.vb (.../Settings.Designer.vb) (revision 1596) +++ TAOR-rework-bugfixing/TAOR rework/My Project/Settings.Designer.vb (.../Settings.Designer.vb) (revision 1623) @@ -1,7 +1,7 @@ '------------------------------------------------------------------------------ ' ' This code was generated by a tool. -' Runtime Version:4.0.30319.36460 +' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. @@ -15,7 +15,7 @@ Namespace My _ Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase @@ -29,7 +29,7 @@ Private Shared addedHandlerLockObject As New Object _ - Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) + Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs) If My.Application.SaveMySettingsOnExit Then My.Settings.Save() End If @@ -89,6 +89,18 @@ Me("PathNaarConfigMapDefault") = value End Set End Property + + _ + Public Property LogOpslaanStatus() As Boolean + Get + Return CType(Me("LogOpslaanStatus"),Boolean) + End Get + Set + Me("LogOpslaanStatus") = value + End Set + End Property End Class End Namespace