AirScout/Test/Properties/Settings.Designer.cs

31 wiersze
1.0 KiB
C#
Czysty Zwykły widok Historia

2020-02-12 10:45:19 +00:00
//------------------------------------------------------------------------------
// <auto-generated>
2022-08-27 12:13:47 +00:00
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
2020-02-12 10:45:19 +00:00
//
2022-08-27 12:13:47 +00:00
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
2020-02-12 10:45:19 +00:00
// </auto-generated>
//------------------------------------------------------------------------------
2022-08-27 12:13:47 +00:00
namespace Test.Properties
{
2020-02-12 10:45:19 +00:00
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2022-08-27 12:13:47 +00:00
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
{
2020-02-12 10:45:19 +00:00
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
2022-08-27 12:13:47 +00:00
public static Settings Default
{
get
{
2020-02-12 10:45:19 +00:00
return defaultInstance;
}
}
}
}