Skip to content

Instantly share code, notes, and snippets.

@jrwren
Created September 5, 2011 15:04
Show Gist options
  • Select an option

  • Save jrwren/1195187 to your computer and use it in GitHub Desktop.

Select an option

Save jrwren/1195187 to your computer and use it in GitHub Desktop.
settings:ApplicationSettingsBase
[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