?? program.cs
字號:
?///////////////////////////////////////////////////////
// //
// 寧夏大學 張冬 康彩 2006.6 //
// //
// LGPL 許可發行 Email: zd4004@163.com //
// //
// 部分資料來自互聯網 鑒定來源較困難 //
// 如有不妥之處請立刻聯系我們 //
///////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace WindowsDCITClientX
{
static class Program
{
/// <summary>
/// 應用程序的主入口點。
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new dict());
}
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -