資源簡介
C#WinForm版 仿360殺毒頁面切換動畫效果,內含源代碼。訪問: 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?進入式());
????????}
????}
}
評論
共有 條評論