goProject/.svn/pristine/2d/2de0a01a0fa2a5a57e9f7e655eb3d363f14c41be.svn-base
2025-01-06 16:21:36 +08:00

7 lines
228 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package exitMgr
// 程序退出包,提供程序退出时的功能
// 使用方法:
// 1、先调用RegisterExitFunc方法将系统退出时需要调用的方法进行注册。
// 2、在程序退出时调用Exit()方法