/// /// 程序关闭 /// public interface IApplcationShutdown { /// /// 程序关闭触发 /// void Shutdown(); }