mirror of
https://github.com/sfall-team/HeadFrmPatcher.git
synced 2026-07-27 16:52:57 -07:00
27 lines
1.2 KiB
C#
27 lines
1.2 KiB
C#
//------------------------------------------------------------------------------
|
|||
|
|
// <auto-generated>
|
||
|
|
// Этот код создан программой.
|
||
|
|
// Исполняемая версия:4.0.30319.233
|
||
|
|
//
|
||
|
|
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||
|
|
// повторной генерации кода.
|
||
|
|
// </auto-generated>
|
||
|
|
//------------------------------------------------------------------------------
|
||
|
|
|
||
|
|
namespace HeadFRM_Patcher.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;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|