jj 03.04 kampf mit net framework

This commit is contained in:
Digital Data
2017-04-03 13:01:57 +02:00
parent cb12278936
commit e24ce1d4bd
26 changed files with 1247 additions and 196 deletions

View File

@@ -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