Files
TelegramService/TelegramService.Help/EntrustHelper.cs
2025-11-27 16:58:03 +08:00

14 lines
269 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace TelegramService.Help
{
public class EntrustHelper
{
public delegate object SetTextcallBack(string action, object obj);
public static SetTextcallBack STCB;
}
}