Serial port and GPS

SerialGPSCfgForm.onSelMapFile Method 

Called for the select button of the map file

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

Parameters

sender
ignored
e
ignored

See Also

SerialGPSCfgForm Class | serial Namespace