Ignore:
Timestamp:
Sep 3, 2009, 10:47:19 PM (15 years ago)
Author:
bayral
Message:

new test windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/TestPiwigoLib/Properties/Settings.Designer.cs

    r3816 r3820  
    11//------------------------------------------------------------------------------
    22// <auto-generated>
    3 //     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.3082
     3//     Ce code a été généré par un outil.
     4//     Version du runtime :2.0.50727.3082
    55//
    6 //     Changes to this file may cause incorrect behavior and will be lost if
    7 //     the code is regenerated.
     6//     Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
     7//     le code est régénéré.
    88// </auto-generated>
    99//------------------------------------------------------------------------------
    1010
    11 namespace TestPiwigoLib.Properties
    12 {
    13 
    14 
     11namespace TestPiwigoLib.Properties {
     12   
     13   
    1514    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    1615    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
    17     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
    18     {
    19 
     16    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
     17       
    2018        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
    21 
    22         public static Settings Default
    23         {
    24             get
    25             {
     19       
     20        public static Settings Default {
     21            get {
    2622                return defaultInstance;
     23            }
     24        }
     25       
     26        [global::System.Configuration.UserScopedSettingAttribute()]
     27        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     28        [global::System.Configuration.DefaultSettingValueAttribute("")]
     29        public string userData {
     30            get {
     31                return ((string)(this["userData"]));
     32            }
     33            set {
     34                this["userData"] = value;
     35            }
     36        }
     37       
     38        [global::System.Configuration.UserScopedSettingAttribute()]
     39        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     40        [global::System.Configuration.DefaultSettingValueAttribute("")]
     41        public string PwdData {
     42            get {
     43                return ((string)(this["PwdData"]));
     44            }
     45            set {
     46                this["PwdData"] = value;
    2747            }
    2848        }
Note: See TracChangeset for help on using the changeset viewer.