using System; namespace XMainClient { internal interface ILogData : IComparable { string GetContent(); string GetTime(); } }