Serial port and GPS

MapForm.menuSelect_Click Method 

Event handler for the menu "Select"

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

Parameters

sender
ignored
e
ignored

Remarks

Opens a common dialog for selecting the map file and puts the name of the map file into m_mapfile, storing the previous name in m_mapfileold.

See Also

MapForm Class | serial Namespace