赞
踩
在任意一个脚本中加入以下代码即可
- [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSplashScreen)]
- private static void BeforeSplashScreen()
- {
- System.Threading.Tasks.Task.Run(Asyncskip);
- }
- private static void Asyncskip()
- {
- SplashScreen.Stop(SplashScreen.StopBehavior.StopImmediate);
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。