22 lines
578 B
C#
22 lines
578 B
C#
|
//using Chat.Framework.QQSdk.PCQQ;
|
|||
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace Chat.Framework.QQSdk.Events
|
|||
|
{
|
|||
|
//public class QQVerifyCodeEvents : QQEvents
|
|||
|
//{
|
|||
|
// public string ImageFile { get; internal set; }
|
|||
|
// public uint QQ { get; internal set; }
|
|||
|
// public string Session { get; internal set; }
|
|||
|
// public VerifyCodeEventType Type { get; internal set; }
|
|||
|
|
|||
|
// public QQVerifyCodeEvents(QQBase client) : base(client)
|
|||
|
// {
|
|||
|
|
|||
|
// }
|
|||
|
//}
|
|||
|
}
|