// Decompiled with JetBrains decompiler // Type: Rei.Fs.Webdav.My.MySettingsProperty // Assembly: Rei.Fs.Webdav, Version=1.13.2.18288, Culture=neutral, PublicKeyToken=null // MVID: D30DD1E3-8520-48B5-AAE5-C87970350A82 // Assembly location: F:\Eigene Dateien\Dropbox\portable Collection\Progs\CarotDAV\Rei.Fs.Webdav.dll using Microsoft.VisualBasic; using Microsoft.VisualBasic.CompilerServices; using System.ComponentModel.Design; using System.Diagnostics; using System.Runtime.CompilerServices; namespace Rei.Fs.Webdav.My { [HideModuleName] [StandardModule] [CompilerGenerated] [DebuggerNonUserCode] internal sealed class MySettingsProperty { [HelpKeyword("My.Settings")] internal static MySettings Settings { get { return MySettings.Default; } } } }