Go to the documentation of this file.00001 using Microsoft.VisualBasic;
00002 using Microsoft.VisualBasic.Compatibility;
00003 using System;
00004 using System.Collections;
00005 using System.Collections.Generic;
00006 using System.Data;
00007 using System.Drawing;
00008 using System.Diagnostics;
00009 using System.Windows.Forms;
00010 using System.Linq;
00011 using System.Xml.Linq;
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 namespace SoundsSharpNameSpace.My
00025 {
00026
00027 [System.Runtime.CompilerServices.CompilerGeneratedAttribute(), System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0"), System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
00028 internal sealed partial class MySettings : global::System.Configuration.ApplicationSettingsBase
00029 {
00030
00031 private static MySettings defaultInstance = (MySettings)global::System.Configuration.ApplicationSettingsBase.Synchronized(new MySettings());
00032
00033 #region "My.Settings Auto-Save Functionality"
00034 #endregion
00035
00036 public static MySettings Default {
00037 get {
00038
00039 if (!addedHandler) {
00040 lock (addedHandlerLockObject) {
00041 if (!addedHandler) {
00042 MyProject.Application.Shutdown += AutoSaveSettings;
00043 addedHandler = true;
00044 }
00045 }
00046 }
00047 return defaultInstance;
00048 }
00049 }
00050 }
00051 }
00052
00053 namespace SoundsSharpNameSpace.My
00054 {
00055
00056 [Microsoft.VisualBasic.HideModuleNameAttribute(), System.Diagnostics.DebuggerNonUserCodeAttribute(), System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
00057 static internal class MySettingsProperty
00058 {
00059
00060 [System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")]
00061 static internal global::SoundsSharpNameSpace.My.MySettings Settings {
00062 get { return global::SoundsSharpNameSpace.My.MySettings.Default; }
00063 }
00064 }
00065 }