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; } }