文件名称:VB.net经典教案经典讲解
文件大小:4KB
文件格式:VB
更新时间:2013-06-13 17:05:00
vb 案例讲解
vb.net案例讲解 Public Sub New() MyBase.New() '该调用是 Windows 窗体设计器所必需的。 InitializeComponent() '在 InitializeComponent() 调用之后添加任何初始化 End Sub '窗体重写处置以清理组件列表。 Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) If disposing Then If Not (components Is Nothing) Then components.Dispose() End If End If MyBase.Dispose(disposing) End Sub