mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-16 18:21:52 +00:00
23 lines
548 B
C#
23 lines
548 B
C#
using System;
|
|
using System.CodeDom.Compiler;
|
|
using System.Configuration;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace nobleUpdater.Properties
|
|
{
|
|
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
|
|
[CompilerGenerated]
|
|
internal sealed partial class Settings : ApplicationSettingsBase
|
|
{
|
|
public static Settings Default
|
|
{
|
|
get
|
|
{
|
|
return Settings.defaultInstance;
|
|
}
|
|
}
|
|
|
|
private static Settings defaultInstance = (Settings)SettingsBase.Synchronized(new Settings());
|
|
}
|
|
}
|