Revision 153975d0 trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs

b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
212 212
            }
213 213
        }
214 214
        
215
        [global::System.Configuration.UserScopedSettingAttribute()]
216
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
217
        [global::System.Configuration.DefaultSettingValueAttribute("\r\n          <ArrayOfAccountSettings xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-i" +
218
            "nstance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n            <AccountSett" +
219
            "ings>\r\n            </AccountSettings>\r\n          </ArrayOfAccountSettings>\r\n    " +
220
            "    ")]
221
        public global::Pithos.Interfaces.AccountsCollection Accounts {
222
            get {
223
                return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
224
            }
225
            set {
226
                this["Accounts"] = value;
227
            }
228
        }
229
        
230 215
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
231 216
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
232 217
        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr")]
......
244 229
                return ((string)(this["CloudfilesAuthenticationUrl"]));
245 230
            }
246 231
        }
232
        
233
        [global::System.Configuration.UserScopedSettingAttribute()]
234
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
235
        [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
236
<ArrayOfAccountSettings xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
237
  <AccountSettings>
238
    <IsActive>false</IsActive>
239
    <UsePithos>false</UsePithos>
240
    <SelectiveFolders />
241
  </AccountSettings>
242
</ArrayOfAccountSettings>")]
243
        public global::Pithos.Interfaces.AccountsCollection Accounts {
244
            get {
245
                return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
246
            }
247
            set {
248
                this["Accounts"] = value;
249
            }
250
        }
247 251
    }
248 252
}

Also available in: Unified diff