27 lines
711 B
C#
27 lines
711 B
C#
using System;
|
|
using System.CodeDom.Compiler;
|
|
using System.Configuration;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace SL200_RTLogViewer.Properties
|
|
{
|
|
// Token: 0x0200000A RID: 10
|
|
[CompilerGenerated]
|
|
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
|
|
internal sealed class Settings : ApplicationSettingsBase
|
|
{
|
|
// Token: 0x1700000D RID: 13
|
|
// (get) Token: 0x0600003E RID: 62 RVA: 0x00005834 File Offset: 0x00003A34
|
|
public static Settings Default
|
|
{
|
|
get
|
|
{
|
|
return Settings.defaultInstance;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04000029 RID: 41
|
|
private static Settings defaultInstance = (Settings)SettingsBase.Synchronized(new Settings());
|
|
}
|
|
}
|