using System; namespace XMainClient { public delegate void ChatSelectStringBack(string str); }