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