PageRenderTime 45ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/Quickstarts/Commanding/Desktop/Commanding/Properties/Settings.Designer.cs

#
C# | 42 lines | 12 code | 5 blank | 25 comment | 0 complexity | 7a120a0cc09eaa266882fd3855f9982c MD5 | raw file
  1. //===================================================================================
  2. // Microsoft patterns & practices
  3. // Composite Application Guidance for Windows Presentation Foundation and Silverlight
  4. //===================================================================================
  5. // Copyright (c) Microsoft Corporation. All rights reserved.
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
  7. // OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
  8. // LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  9. // FITNESS FOR A PARTICULAR PURPOSE.
  10. //===================================================================================
  11. // The example companies, organizations, products, domain names,
  12. // e-mail addresses, logos, people, places, and events depicted
  13. // herein are fictitious. No association with any real company,
  14. // organization, product, domain name, email address, logo, person,
  15. // places, or events is intended or should be inferred.
  16. //===================================================================================
  17. //------------------------------------------------------------------------------
  18. // <auto-generated>
  19. // This code was generated by a tool.
  20. // Runtime Version:4.0.30319.1
  21. //
  22. // Changes to this file may cause incorrect behavior and will be lost if
  23. // the code is regenerated.
  24. // </auto-generated>
  25. //------------------------------------------------------------------------------
  26. namespace Commanding.Properties {
  27. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  28. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
  29. internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
  30. private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
  31. public static Settings Default {
  32. get {
  33. return defaultInstance;
  34. }
  35. }
  36. }
  37. }