jj 03.04 kampf mit net framework
This commit is contained in:
@@ -63,7 +63,7 @@ Public Class frmGeodataSelect
|
||||
End Sub
|
||||
|
||||
Private Sub MapControl1_Click(sender As Object, e As MouseEventArgs) Handles MapControl1.Click
|
||||
If e.Button <> Windows.Forms.MouseButtons.Left Then
|
||||
If e.Button <> System.Windows.Forms.MouseButtons.Left Then
|
||||
Exit Sub
|
||||
End If
|
||||
If _SelectActive = False Then
|
||||
@@ -94,7 +94,7 @@ Public Class frmGeodataSelect
|
||||
|
||||
layout.PutValue("MapControlSelect_ZoomLevel", MapControl1.ZoomLevel)
|
||||
|
||||
Me.DialogResult = Windows.Forms.DialogResult.OK
|
||||
Me.DialogResult = System.Windows.Forms.DialogResult.OK
|
||||
Me.Close()
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user