这段C#源代码是什么意思。。。.
是排课系统里的一段usingSystem;usingSystem.Collections.Generic;usingSystem.Windows.Forms;namesp...
是排课系统里的一段
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace WinPaike
{
static class Program
{
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new 自动排课系统());
}
}
} 展开
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace WinPaike
{
static class Program
{
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new 自动排课系统());
}
}
} 展开
3个回答
展开全部
你应该是做的winform 吧 就是系统的入口函数 就是运行自动排课系统 这个form
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
程序的Main函数入口,运行“自动排课系统”这个窗体
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Application.EnableVisualStyles();
此方法为应用程序启用可视样式。如果控件和操作系统支持视觉样式,则控件将核山拍以视觉样式进行绘制改羡。
Application.SetCompatibleTextRenderingDefault(false);
将某些控件上定义的 UseCompatibleTextRendering 属性设置为应用程序范围内的默认值。用于新控件的默认值。如果为 true,则支持 UseCompatibleTextRendering 的新控唯桐件将使用 GDI 进行文本呈现;如果为 false,则新控件使用 GDI+。
Application.Run(new 自动排课系统());
生成一个自动排课系统面板,并运行。
具体参见msdn,里面讲的很清楚。
此方法为应用程序启用可视样式。如果控件和操作系统支持视觉样式,则控件将核山拍以视觉样式进行绘制改羡。
Application.SetCompatibleTextRenderingDefault(false);
将某些控件上定义的 UseCompatibleTextRendering 属性设置为应用程序范围内的默认值。用于新控件的默认值。如果为 true,则支持 UseCompatibleTextRendering 的新控唯桐件将使用 GDI 进行文本呈现;如果为 false,则新控件使用 GDI+。
Application.Run(new 自动排课系统());
生成一个自动排课系统面板,并运行。
具体参见msdn,里面讲的很清楚。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询