namespace IFramework { /// /// 命令 /// public interface ICommand:IEventArgs { /// /// 处理 /// void Excute(); } }