?? publicvalue.cs
字號:
using System;
namespace ProfileCtrl
{
/// <summary>
/// 全局變量類
/// </summary>
public sealed class PublicValue
{
private PublicValue()
{
//
// TODO: 在此處添加構造函數邏輯
//
}
public static string caption="剖面圖";
public static float scaleX=1000f,scaleY=100f;
public static int space=100;
// public static float scaleT;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -