52 lines
1.9 KiB
C#
52 lines
1.9 KiB
C#
// ------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
// Laufzeitversion:4.0.30319.42000
|
|
//
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
// der Code erneut generiert wird.
|
|
// </auto-generated>
|
|
// ------------------------------------------------------------------------------
|
|
|
|
using System.Diagnostics;
|
|
using Microsoft.VisualBasic;
|
|
|
|
namespace Pilz.Updating.Client.GUI.My
|
|
{
|
|
[System.Runtime.CompilerServices.CompilerGenerated()]
|
|
[System.CodeDom.Compiler.GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
|
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal sealed partial class MySettings : System.Configuration.ApplicationSettingsBase
|
|
{
|
|
private static MySettings defaultInstance = (MySettings)Synchronized(new MySettings());
|
|
|
|
/* TODO ERROR: Skipped RegionDirectiveTrivia *//* TODO ERROR: Skipped IfDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia *//* TODO ERROR: Skipped EndRegionDirectiveTrivia */
|
|
public static MySettings Default
|
|
{
|
|
get
|
|
{
|
|
|
|
/* TODO ERROR: Skipped IfDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
namespace Pilz.Updating.Client.GUI.My
|
|
{
|
|
[HideModuleName()]
|
|
[DebuggerNonUserCode()]
|
|
[System.Runtime.CompilerServices.CompilerGenerated()]
|
|
internal static class MySettingsProperty
|
|
{
|
|
[System.ComponentModel.Design.HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings
|
|
{
|
|
get
|
|
{
|
|
return MySettings.Default;
|
|
}
|
|
}
|
|
}
|
|
} |