1
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
有人可以告訴我爲什麼我們在designer.vb
中使用這個嗎?在VB.NET窗體的設計器文件中配置方法