fix old references to IDBService

This commit is contained in:
Jonathan Jenne
2020-04-06 15:21:02 +02:00
parent ec779f7697
commit 0e13de63fb
2 changed files with 9 additions and 9 deletions

View File

@@ -62,11 +62,11 @@ Namespace My
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.DigitalData.Services.IDBService.My.MySettings
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")>
Friend ReadOnly Property Settings() As Global.DigitalData.Services.EDMIService.My.MySettings
Get
Return Global.DigitalData.Services.IDBService.My.MySettings.Default
Return Global.DigitalData.Services.EDMIService.My.MySettings.Default
End Get
End Property
End Module