ab56a9bcf7
SVN-Revision: r240
22 lines
599 B
C#
22 lines
599 B
C#
namespace LSTest.Properties
|
|
{
|
|
using System.CodeDom.Compiler;
|
|
using System.Configuration;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[CompilerGenerated, GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")]
|
|
internal sealed class Settings : ApplicationSettingsBase
|
|
{
|
|
private static Settings defaultInstance = ((Settings) SettingsBase.Synchronized(new Settings()));
|
|
|
|
public static Settings Default
|
|
{
|
|
get
|
|
{
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|