46 lines
1.4 KiB
C#
46 lines
1.4 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Configuration;
|
|
using System.Linq;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace DevexpressPatchKeygen.Properties
|
|
{
|
|
internal sealed partial class Settings : ApplicationSettingsBase
|
|
{
|
|
// Token: 0x0600005A RID: 90 RVA: 0x000022FC File Offset: 0x000004FC
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
public Settings()
|
|
{
|
|
}
|
|
|
|
// Token: 0x0600005B RID: 91 RVA: 0x00002304 File Offset: 0x00000504
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private void SettingChangingEventHandler(object sender, SettingChangingEventArgs e)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0600005C RID: 92 RVA: 0x00002304 File Offset: 0x00000504
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
private void SettingsSavingEventHandler(object sender, CancelEventArgs e)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06000063 RID: 99 RVA: 0x00002248 File Offset: 0x00000448
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
internal static bool MoveReader()
|
|
{
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06000064 RID: 100 RVA: 0x0000224B File Offset: 0x0000044B
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
internal static bool CancelReader()
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
} |