iMonitor desktop application using dotnet 4.8

26 lines
762 B

1 month ago
using System;
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Configuration;
using System.Diagnostics;
using System.Runtime.CompilerServices;
namespace iMonitorApp.Properties
{
// Token: 0x02000024 RID: 36
[CompilerGenerated]
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.6.0.0")]
internal sealed partial class Settings : ApplicationSettingsBase
{
// Token: 0x06000140 RID: 320 RVA: 0x000038AE File Offset: 0x00001AAE
private void SettingChangingEventHandler(object sender, SettingChangingEventArgs e)
{
}
// Token: 0x06000141 RID: 321 RVA: 0x000038AE File Offset: 0x00001AAE
private void SettingsSavingEventHandler(object sender, CancelEventArgs e)
{
}
}
}