14 lines
269 B
C#
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;
|
|
|
|
}
|
|
}
|