myfirstcontrol.vb
来自「This is a book about vb.you could learn 」· VB 代码 · 共 13 行
VB
13 行
Imports System
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Namespace WroxControls
<ParseChildren(false)> _
Public Class CompositeControl
Inherits WebControl
End Class
End Namespace
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?