Serial port and GPS

MapForm.menuShow_Click Method 

Event handler for the menu "Show"

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

Parameters

sender
ignored
e
ignored

Remarks

Opens the map window with the map for coordinates in m_lat and m_lon.

See Also

MapForm Class | serial Namespace