Created
September 5, 2011 15:04
-
-
Save jrwren/1195187 to your computer and use it in GitHub Desktop.
settings:ApplicationSettingsBase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | |
| [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.Settings | |
| Designer.SettingsSingleFileGenerator", "10.0.0.0")] | |
| internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { | |
| private static Settings defaultInstance = ((Settings)(global::System.Configuration.Applicati | |
| onSettingsBase.Synchronized(new Settings()))); | |
| public static Settings Default { | |
| get { | |
| return defaultInstance; | |
| } | |
| } | |
| [global::System.Configuration.UserScopedSettingAttribute()] | |
| [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | |
| [global::System.Configuration.DefaultSettingValueAttribute("True")] | |
| public bool ForceUppercase { | |
| get { | |
| return ((bool)(this["ForceUppercase"])); | |
| } | |
| set { | |
| this["ForceUppercase"] = value; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment