📄 constant.cs
字号:
namespace com.sarmal.scriptutil.constant
{
/// <summary>
/// <disclaimer>2003-2005 (C) - sarmal.com - http://www.sarmal.com </disclaimer>
/// <meta-data>
/// <version>1.0.0</version>
/// <author>
/// <name>Volkan 謟鏴lik</name>
/// <e-mail>volkan@sarmal.com</e-mail>
/// </author>
/// </meta-data>
/// <description>
/// <p>Constant definitions for the project.</p>
/// </description>
/// </summary>
public class Constant
{
public const int CODEPAGE = 1254;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -