You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
856 B

6 years ago
// Decompiled with JetBrains decompiler
// Type: jp.Properties.Settings
// Assembly: jp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: DA7BEE59-3059-4D4F-8B17-67206B845D1F
// Assembly location: d:\Downloads\Катакана.exe
using System.CodeDom.Compiler;
using System.Configuration;
using System.Runtime.CompilerServices;
namespace jp.Properties
{
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
[CompilerGenerated]
internal sealed class Settings : ApplicationSettingsBase
{
private static Settings defaultInstance = (Settings) SettingsBase.Synchronized((SettingsBase) new Settings());
public static Settings Default
{
get
{
Settings defaultInstance = Settings.defaultInstance;
return defaultInstance;
}
}
}
}