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