33 lines
797 B
C#
33 lines
797 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: HPG_68D.My.MySettingsProperty
|
|
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
|
|
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
|
|
namespace HPG_68D.My
|
|
{
|
|
[StandardModule]
|
|
[CompilerGenerated]
|
|
[DebuggerNonUserCode]
|
|
[HideModuleName]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings
|
|
{
|
|
get
|
|
{
|
|
var settings = MySettings.Default;
|
|
return settings;
|
|
}
|
|
}
|
|
}
|
|
}
|