不完整和事件模型
st52 authored at 2017-09-24 00:36:15
211.00 B
X
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

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