summaryrefslogtreecommitdiff
path: root/Decompiler/Gestor.Application.Properties/Settings.cs
blob: e14706a1b6db55ed7bc2688fcab16d2ad1e42d86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System.CodeDom.Compiler;
using System.Configuration;
using System.Runtime.CompilerServices;

namespace Gestor.Application.Properties;

[CompilerGenerated]
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")]
internal sealed class Settings : ApplicationSettingsBase
{
	private static Settings defaultInstance = (Settings)(object)SettingsBase.Synchronized((SettingsBase)(object)new Settings());

	public static Settings Default => defaultInstance;
}