Serial port and GPS

BmpMapForm.menuFindMap_Click Method 

Searches for another map containing current position

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

Parameters

sender
ignored
e
ignored

See Also

BmpMapForm Class | serial Namespace