2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-05-02 15:48:43 +00:00
Files
2022-03-09 21:55: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);
}