1
//------------------------------------------------------------------------------
3 // This code was generated by a tool.
4 // Runtime Version:2.0.50215.322
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
9 //------------------------------------------------------------------------------
11 [assembly
: global::System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope
="member", Target
="WPFWithWFAndDatabinding.Properties.Settings.get_Default():WPFWithWFAndDatabinding" +
12 ".Properties.Settings")]
14 namespace WPFWithWFAndDatabinding
.Properties
{
17 [global::System
.Runtime
.CompilerServices
.CompilerGeneratedAttribute()]
18 internal sealed partial class Settings
: global::System
.Configuration
.ApplicationSettingsBase
{
20 private static Settings defaultInstance
= new Settings();
22 public static Settings Default
{
24 return defaultInstance
;
28 [global::System
.Configuration
.ApplicationScopedSettingAttribute()]
29 [global::System
.Diagnostics
.DebuggerNonUserCodeAttribute()]
30 [global::System
.Configuration
.SpecialSettingAttribute(global::System
.Configuration
.SpecialSetting
.ConnectionString
)]
31 [global::System
.Configuration
.DefaultSettingValueAttribute("Data Source=clientue;Initial Catalog=Northwind;Integrated Security=True")]
32 public string NorthwindConnectionString
{
34 return ((string)(this["NorthwindConnectionString"]));