c#Loading 页SplashScreenManager的使用

一、新建一个加载界面: 

SplashScreenManager控件只是作为加载界面的统一管理器,我们要使用加载界面,需要自行创建加载界面,两种方法如下: 

1、点击SplashScreenManager控件右上角的三角箭头点开任务列表,然后点击Add Splash Screen,便可以创建一个SplashScreen窗口,

 

3使用:

启用:

  SplashScreenManager.ShowForm(typeof(SplashScreen1));

结束:

 SplashScreenManager.CloseForm();

原文地址:https://www.cnblogs.com/zuochanzi/p/7453408.html