原程序自动生成 ----- static class Program

来源:互联网 发布:日期提醒软件app 编辑:程序博客网 时间:2024/06/10 06:04
using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;namespace ftp_mail_plan{    static class Program    {        /// <summary>        /// 应用程序的主入口点。        /// </summary>        [STAThread]        static void Main()        {            Application.EnableVisualStyles();            Application.SetCompatibleTextRenderingDefault(false);            Application.Run(new F_main());        }    }}


0 0
原创粉丝点击