oh dear
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Configuration
|
||||
{
|
||||
/// <summary>Represents the method that will handle the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingsLoaded" /> event.</summary>
|
||||
/// <param name="sender">The source of the event, typically the settings class.</param>
|
||||
/// <param name="e">A <see cref="T:System.Configuration.SettingsLoadedEventArgs" /> object that contains the event data.</param>
|
||||
// Token: 0x020003B5 RID: 949
|
||||
// (Invoke) Token: 0x0600192A RID: 6442
|
||||
[Token(Token = "0x20003B5")]
|
||||
public delegate void SettingsLoadedEventHandler(object sender, SettingsLoadedEventArgs e);
|
||||
}
|
||||
Reference in New Issue
Block a user