1
// Copyright (c) Microsoft Corporation. All rights reserved.
3 //------------------------------------------------------------------------------
5 // This code was generated by a tool.
6 // Runtime Version:2.0.40903.19
8 // Changes to this file may cause incorrect behavior and will be lost if
9 // the code is regenerated.
11 //------------------------------------------------------------------------------
13 namespace Properties
{
16 sealed partial class Settings
: System
.Configuration
.ApplicationSettingsBase
{
18 private static Settings m_Value
;
20 private static object m_SyncObject
= new object();
22 [System
.Diagnostics
.DebuggerNonUserCode()]
23 public static Settings Value
{
25 if ((Settings
.m_Value
== null)) {
26 System
.Threading
.Monitor
.Enter(Settings
.m_SyncObject
);
27 if ((Settings
.m_Value
== null)) {
29 Settings
.m_Value
= new Settings();
32 System
.Threading
.Monitor
.Exit(Settings
.m_SyncObject
);
36 return Settings
.m_Value
;