Serial port and GPS

SerialGPSForm.onClose Method 

Event method called if the form is closed

[Visual Basic]
Private Sub onClose( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
private void onClose(
   object sender,
   EventArgs e
);

Parameters

sender
Missing <param> documentation for sender
e
Missing <param> documentation for e

Remarks

Writes current config to the file and closes serial port.

See Also

SerialGPSForm Class | serial Namespace