Files
esiur-dotnet/Libraries/Esiur/Resource/CustomEventOccurredEvent.cs
T
2026-04-04 04:31:30 +03:00

8 lines
175 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Esiur.Resource;
public delegate void CustomEventOccurredEvent(CustomEventOccurredInfo info);