source: extensions/PiwigoLib/TestPiwigoLib/Properties/Settings.Designer.cs @ 11850

Last change on this file since 11850 was 11850, checked in by bayral, 13 years ago

MAj des truc existant et debut du upload de fichier

File size: 2.4 KB
Line 
1//------------------------------------------------------------------------------
2// <auto-generated>
3//     Ce code a été généré par un outil.
4//     Version du runtime :4.0.30319.1
5//
6//     Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
7//     le code est régénéré.
8// </auto-generated>
9//------------------------------------------------------------------------------
10
11using System;
12namespace TestPiwigoLib.Properties {
13   
14   
15    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
16    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
17    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
18       
19        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
20       
21        public static Settings Default {
22            get {
23                return defaultInstance;
24            }
25        }
26       
27        [global::System.Configuration.UserScopedSettingAttribute()]
28        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
29        [global::System.Configuration.DefaultSettingValueAttribute("")]
30        public String userData {
31            get {
32                return ((String)(this["userData"]));
33            }
34            set {
35                this["userData"] = value;
36            }
37        }
38       
39        [global::System.Configuration.UserScopedSettingAttribute()]
40        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
41        [global::System.Configuration.DefaultSettingValueAttribute("")]
42        public String pwdData {
43            get {
44                return ((String)(this["pwdData"]));
45            }
46            set {
47                this["pwdData"] = value;
48            }
49        }
50       
51        [global::System.Configuration.UserScopedSettingAttribute()]
52        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
53        [global::System.Configuration.DefaultSettingValueAttribute("")]
54        public String serverUrlData {
55            get {
56                return ((String)(this["serverUrlData"]));
57            }
58            set {
59                this["serverUrlData"] = value;
60            }
61        }
62    }
63}
Note: See TracBrowser for help on using the repository browser.