1234567891011121314151617181920212223242526272829 |
-
- namespace EdgeVoyager {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.12.0.0")]
- internal sealed partial class Settings1 : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings1 defaultInstance = ((Settings1)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings1())));
-
- public static Settings1 Default {
- get {
- return defaultInstance;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool firstwindow {
- get {
- return ((bool)(this["firstwindow"]));
- }
- set {
- this["firstwindow"] = value;
- }
- }
- }
- }
|