Serial port and GPS

OsmDldForm.menuExit_Click Method 

Stops downloading maps and closes the form

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

Parameters

sender
ignored
e
ignored

Remarks

Closes the form, if downloading maps could be stopped using the chain: doStop, m_stopcb, closeOperation().

See Also

OsmDldForm Class | serial Namespace | closeOperation | doStop | m_stopcb