2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-04 12:28:21 +00:00
Files
esiur-dotnet/Libraries/Esiur/Resource/EventOccurredEvent.cs
2026-04-04 04:31:30 +03:00

9 lines
169 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Esiur.Resource
{
public delegate void EventOccurredEvent(EventOccurredInfo info);
}