Ignore:
Timestamp:
Nov 19, 2014, 4:33:20 PM (9 years ago)
Author:
kenl
Message:

Version 1.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Picasa2Piwigo/Picasa2Piwigo/FormSettings.Designer.cs

    r26935 r30536  
    8383            }
    8484        }
     85       
     86        [global::System.Configuration.UserScopedSettingAttribute()]
     87        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     88        [global::System.Configuration.DefaultSettingValueAttribute("")]
     89        public string DebugFileLocation {
     90            get {
     91                return ((string)(this["DebugFileLocation"]));
     92            }
     93            set {
     94                this["DebugFileLocation"] = value;
     95            }
     96        }
     97       
     98        [global::System.Configuration.UserScopedSettingAttribute()]
     99        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     100        [global::System.Configuration.DefaultSettingValueAttribute("False")]
     101        public bool DebugEnabled {
     102            get {
     103                return ((bool)(this["DebugEnabled"]));
     104            }
     105            set {
     106                this["DebugEnabled"] = value;
     107            }
     108        }
    85109    }
    86110}
Note: See TracChangeset for help on using the changeset viewer.