PageRenderTime 52ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/Kilimanjaro_Trunk/HelloWorld_CLR/HelloWorldClient/cs/HelloWorldClient/Properties/Settings.Designer.cs

#
C# | 28 lines | 13 code | 6 blank | 9 comment | 0 complexity | 2527da299433148adabfe571d45cc632 MD5 | raw file
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:2.0.50215.44
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. [assembly: global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope="member", Target="Microsoft.Samples.SqlServer.Properties.Settings.get_Default():Microsoft.Samples.S" +
  11. "qlServer.Properties.Settings")]
  12. namespace Microsoft.Samples.SqlServer.Properties {
  13. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  14. internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
  15. private static Settings defaultInstance = new Settings();
  16. public static Settings Default {
  17. get {
  18. return defaultInstance;
  19. }
  20. }
  21. }
  22. }