assemblyinfo.cs

来自「C#语言制作asp.net网上商店的」· CS 代码 · 共 13 行

CS
13
字号
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("GroupRadioButton")]
[assembly: AssemblyDescription("GroupRadioButton control extends abilities of the standard ASP.NET RadioButton control for using in groups")]
[assembly: AssemblyProduct("GroupRadioButton control")]
[assembly: AssemblyCopyright("Copyright (c) 2004 Vladimir Smirnov")]

[assembly: AssemblyVersion("1.0.0.0")]

[assembly: AssemblyDelaySign(false)]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?