Loading

DevExpress Winforms 等待界面代码 SplashScreen

更新记录

点击查看
2024年3月11日 发布。
2023年6月12日 初始化。

代码

//等待界面显示
SplashScreenManager.ShowSkinSplashScreen(
    title: "正在创建新工程",
    subtitle: "文件准备中,请稍等~",
    //footer: "Developer Express Inc." + Environment.NewLine + "All Rights reserved.",
    loading: "创建中...",
    parentForm: this
);


//关闭等待界面显示
DevExpress.XtraSplashScreen.SplashScreenManager.CloseForm();
posted @ 2024-03-11 17:53  重庆熊猫  阅读(27)  评论(0编辑  收藏  举报