iMonitor desktop application using dotnet 4.8
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.

25 lines
762 B

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)
{
}
}
}