?? class1.cs
字號:
using System;
namespace BasicConsoleApp
{
/// <summary>
/// Summary description for Class1.
/// </summary>
class Class1
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main(string[] args)
{
#region Boring stuff in the main routine
//
// TODO: Add code to start application here
//
Console.WriteLine("Hello from all the editors at Wrox Press");
Console.ReadLine();
#endregion
}
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -