diff options
author | emkael <emkael@tlen.pl> | 2018-10-12 20:21:32 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-10-12 20:21:32 +0200 |
commit | c20400ae41f6f545e3cb504a901ee25c36ab1fe9 (patch) | |
tree | 0c09f43569edf2c377db1ba3598f3f45222be8a4 /kurier/Properties/Settings.Designer.cs |
Initial commit:
- basic UI
Diffstat (limited to 'kurier/Properties/Settings.Designer.cs')
-rw-r--r-- | kurier/Properties/Settings.Designer.cs | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/kurier/Properties/Settings.Designer.cs b/kurier/Properties/Settings.Designer.cs new file mode 100644 index 0000000..4e8a361 --- /dev/null +++ b/kurier/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// <auto-generated> +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// </auto-generated> +//------------------------------------------------------------------------------ + +namespace kurier.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} |