资源简介

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 进入式());
        }
    }
}

评论

共有 条评论