added samples
[windows-sources.git] / sdk / samples / WPFSamples / WPFWithWFAndDatabinding / csharp / wpfwithwfanddatabinding / properties / settings.designer.cs
blobf59c4125e031f7919ba46e90e19906a9bc8cc785
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:2.0.50215.322
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </auto-generated>
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 {
23 get {
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 {
33 get {
34 return ((string)(this["NorthwindConnectionString"]));