Serial port and GPS

SerialGPSCfgForm.onPasteMapFile Method 

Called for the paste button for map file name

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

Parameters

sender
ignored
e
ignored

See Also

SerialGPSCfgForm Class | serial Namespace