-
大小: 542KB文件類型: .7z金幣: 1下載: 0 次發(fā)布日期: 2021-06-08
- 語言: C#
- 標(biāo)簽: C#WinForm版??仿??360殺毒??頁面切換??動(dòng)畫效果??
資源簡介
C#WinForm版 仿360殺毒頁面切換動(dòng)畫效果,內(nèi)含源代碼。訪問: https://blog.csdn.net/chiyumaomao/article/details/47953045
代碼片段和文件信息
using?System;
using?System.Windows.Forms;
namespace?WindowsFormsApplication1
{
????static?class?Program
????{
????????///?
????????///?The?main?entry?point?for?the?application.
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?進(jìn)入式());
????????}
????}
}
評論
共有 條評論