added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Extensibility / Ajax / JSONP / CS / service / Properties / Settings.cs
blob08fcda6283c92e5922dd852538bf0ee912a74b47
1 // Copyright (c) Microsoft Corporation. All rights reserved.
3 //------------------------------------------------------------------------------
4 // <autogenerated>
5 // This code was generated by a tool.
6 // Runtime Version:2.0.40903.19
7 //
8 // Changes to this file may cause incorrect behavior and will be lost if
9 // the code is regenerated.
10 // </autogenerated>
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 {
24 get {
25 if ((Settings.m_Value == null)) {
26 System.Threading.Monitor.Enter(Settings.m_SyncObject);
27 if ((Settings.m_Value == null)) {
28 try {
29 Settings.m_Value = new Settings();
31 finally {
32 System.Threading.Monitor.Exit(Settings.m_SyncObject);
36 return Settings.m_Value;