更新记录
点击查看
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();
标签:DevExpress,Winforms,SplashScreenManager,界面显示,等待,SplashScreen
From: https://www.cnblogs.com/cqpanda/p/17475295.html