Dim instance As FormResult Dim disposing As Boolean instance.Dispose(disposing)
Parameters
- disposing
- A value indicating whether this object is being disposed through the IDisposable interface or not, and therefore the object is being finalized.
Dim instance As FormResult Dim disposing As Boolean instance.Dispose(disposing)