不完整和事件模型
st52 编写于 2017-09-24 00:36:15
X
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace XCode
{  /// <summary>
    /// 事件实体基类
    /// </summary>
    public interface IEvent
    {
    }
}