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