Serial port and GPS

OsmDldForm.showProgress Method 

Sets results in the control

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

Parameters

sender
ignored
e
ignored

Remarks

2nd part of the result setting initialized in dldProgress: this method is called using doInvoke in order to show the prepared results in the ListView item m_results.

See Also

OsmDldForm Class | serial Namespace | showProgress | doInvoke | m_rescb