'------------------------------------------------------------------------------ ' ' Dieser Code wurde von einem Tool generiert. ' Laufzeitversion:4.0.30319.42000 ' ' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn ' der Code erneut generiert wird. ' '------------------------------------------------------------------------------ Option Strict On Option Explicit On Namespace My _ Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) #Region "Automatische My.Settings-Speicherfunktion" #If _MyType = "WindowsForms" Then Private Shared addedHandler As Boolean Private Shared addedHandlerLockObject As New Object _ Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs) If My.Application.SaveMySettingsOnExit Then My.Settings.Save() End If End Sub #End If #End Region Public Shared ReadOnly Property [Default]() As MySettings Get #If _MyType = "WindowsForms" Then If Not addedHandler Then SyncLock addedHandlerLockObject If Not addedHandler Then AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings addedHandler = True End If End SyncLock End If #End If Return defaultInstance End Get End Property _ Public Property MailEmpfaenger() As String Get Return CType(Me("MailEmpfaenger"),String) End Get Set Me("MailEmpfaenger") = value End Set End Property _ Public Property DebugMode() As String Get Return CType(Me("DebugMode"),String) End Get Set Me("DebugMode") = value End Set End Property _ Public Property LogFile() As String Get Return CType(Me("LogFile"),String) End Get Set Me("LogFile") = value End Set End Property _ Public Property Path_to_EDKB09() As String Get Return CType(Me("Path_to_EDKB09"),String) End Get Set Me("Path_to_EDKB09") = value End Set End Property _ Public Property aelter_als() As String Get Return CType(Me("aelter_als"),String) End Get Set Me("aelter_als") = value End Set End Property _ Public Property WriteLog() As String Get Return CType(Me("WriteLog"),String) End Get Set Me("WriteLog") = value End Set End Property _ Public Property Use_Create_Date() As String Get Return CType(Me("Use_Create_Date"),String) End Get Set Me("Use_Create_Date") = value End Set End Property _ Public Property Use_Modified_Date() As String Get Return CType(Me("Use_Modified_Date"),String) End Get Set Me("Use_Modified_Date") = value End Set End Property End Class End Namespace Namespace My _ Friend Module MySettingsProperty _ Friend ReadOnly Property Settings() As Global.EDKB20.My.MySettings Get Return Global.EDKB20.My.MySettings.Default End Get End Property End Module End Namespace