16 lines
540 B
C#
16 lines
540 B
C#
using System.CodeDom.Compiler;
|
|||
|
|
using System.Configuration;
|
||
|
|
using System.Runtime.CompilerServices;
|
||
|
|
|
||
|
|
namespace SHARP.Properties
|
||
|
|
{
|
||
|
|
[CompilerGenerated]
|
||
|
|
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.0.0")]
|
||
|
|
internal sealed class Settings : ApplicationSettingsBase
|
||
|
|
{
|
||
|
|
private static Settings defaultInstance = (Settings) SettingsBase.Synchronized((SettingsBase) new Settings());
|
||
|
|
|
||
|
|
public static Settings Default => Settings.defaultInstance;
|
||
|
|
}
|
||
|
|
}
|