annotate DeMaskingLT/Properties/Settings.Designer.cs @ 3:e0bd22354f3f tip

Fixed name bug
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Fri, 07 Jul 2017 12:34:24 +0100
parents e8147674e932
children
rev   line source
d@0 1 //------------------------------------------------------------------------------
d@0 2 // <auto-generated>
d@0 3 // This code was generated by a tool.
d@0 4 // Runtime Version:4.0.30319.42000
d@0 5 //
d@0 6 // Changes to this file may cause incorrect behavior and will be lost if
d@0 7 // the code is regenerated.
d@0 8 // </auto-generated>
d@0 9 //------------------------------------------------------------------------------
d@0 10
d@0 11 namespace DeMaskingLT.Properties
d@0 12 {
d@0 13
d@0 14
d@0 15 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
d@0 16 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
d@0 17 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
d@0 18 {
d@0 19
d@0 20 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
d@0 21
d@0 22 public static Settings Default
d@0 23 {
d@0 24 get
d@0 25 {
d@0 26 return defaultInstance;
d@0 27 }
d@0 28 }
d@0 29 }
d@0 30 }