Denso BHT-202Q Instrukcja Użytkownika Strona 368

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 407
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 367
Dispose
Frees up all unmanaged resources.
This function must be called before instances of the CommSerial 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 CommSerial class are no longer
referenced.
[VB]
Private Sub Form1_Closed(ByVal sender As Object, ByVal e As System.EventArgs)
Handles MyBase.Closed
MyComm.Dispose()
End Sub
[C#]
private void Form1_Closed(object sender, EventArgs e)
{
MyComm.Dispose();
}
359
Przeglądanie stron 367
1 2 ... 363 364 365 366 367 368 369 370 371 372 373 ... 406 407

Komentarze do niniejszej Instrukcji

Brak uwag