Denso BHT-200QW Specifiche Pagina 137

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 377
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 136
- 135 -
Dispose
Frees up all the unmanaged resources.
This function must be called before instances of the Scanner class are no longer referenced.
Syntax
[VB]
Public Sub Dispose()
[C#]
public void Dispose()
Parameters
None
Return value
None
Exceptions
None
Note
This function must be called before instances of the Scanner class are no longer
referenced.
[VB]
Private Sub Form1_Closed(ByVal sender As Object, ByVal e As System.EventArgs)
Handles MyBase.Closed
MyScanner.Dispose()
End Sub
[C#]
private void Form1_Closed(object sender, EventArgs e)
{
MyScanner.Dispose();
}
Vedere la pagina 136
1 2 ... 132 133 134 135 136 137 138 139 140 141 142 ... 376 377

Commenti su questo manuale

Nessun commento