constant.cs
来自「用JavaScript做的文件压缩文件」· CS 代码 · 共 21 行
CS
21 行
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 + =
减小字号Ctrl + -
显示快捷键?