From 674ca83ba9243a9e95a7568c797668dab6aee26a Mon Sep 17 00:00:00 2001 From: Lucas Faria Mendes Date: Mon, 30 Mar 2026 10:35:25 -0300 Subject: feat: upload files --- Gestor.Application/Properties/Settings.cs | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Gestor.Application/Properties/Settings.cs (limited to 'Gestor.Application/Properties') diff --git a/Gestor.Application/Properties/Settings.cs b/Gestor.Application/Properties/Settings.cs new file mode 100644 index 0000000..af7601d --- /dev/null +++ b/Gestor.Application/Properties/Settings.cs @@ -0,0 +1,31 @@ +using System; +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; + + public static Settings Default + { + get + { + return Settings.defaultInstance; + } + } + + static Settings() + { + Settings.defaultInstance = (Settings)SettingsBase.Synchronized(new Settings()); + } + + public Settings() + { + } + } +} \ No newline at end of file -- cgit v1.2.3