Revision 363bad87 trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs

b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
250 250
        
251 251
        [global::System.Configuration.UserScopedSettingAttribute()]
252 252
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
253
        [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfAccountSettings xmlns:xsi=\"http:" +
254
            "//www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchem" +
255
            "a\" />")]
256
        public global::Pithos.Interfaces.AccountsCollection Accounts {
253
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
254
        public bool MustUpgrade {
257 255
            get {
258
                return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
256
                return ((bool)(this["MustUpgrade"]));
259 257
            }
260 258
            set {
261
                this["Accounts"] = value;
259
                this["MustUpgrade"] = value;
262 260
            }
263 261
        }
264 262
        
265 263
        [global::System.Configuration.UserScopedSettingAttribute()]
266 264
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
267
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
268
        public bool MustUpgrade {
265
        [global::System.Configuration.DefaultSettingValueAttribute("\r\n          <ArrayOfAccountSettings xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-i" +
266
            "nstance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" />\r\n        ")]
267
        public global::Pithos.Interfaces.AccountsCollection Accounts {
269 268
            get {
270
                return ((bool)(this["MustUpgrade"]));
269
                return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
271 270
            }
272 271
            set {
273
                this["MustUpgrade"] = value;
272
                this["Accounts"] = value;
274 273
            }
275 274
        }
276 275
    }

Also available in: Unified diff