mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
2.2
This commit is contained in:
7
Esiur/Resource/CustomEventOccurredEvent.cs
Normal file
7
Esiur/Resource/CustomEventOccurredEvent.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Resource;
|
||||
|
||||
public delegate void CustomEventOccurredEvent(CustomEventOccurredInfo info);
|
Reference in New Issue
Block a user