annotation -> signatur
This commit is contained in:
@@ -234,7 +234,7 @@ Partial Public Class frmFieldEditor
|
|||||||
Exit Sub
|
Exit Sub
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If MsgBox("Wollen Sie die Annotation löschen?", MsgBoxStyle.YesNo Or MsgBoxStyle.Question, Text) = DialogResult.Yes Then
|
If MsgBox("Wollen Sie die Signatur löschen?", MsgBoxStyle.YesNo Or MsgBoxStyle.Question, Text) = DialogResult.Yes Then
|
||||||
Dim oAnnotation = GDViewer.GetAnnotationFromIdx(oSelected)
|
Dim oAnnotation = GDViewer.GetAnnotationFromIdx(oSelected)
|
||||||
Dim oElement = Controller.GetElement(oAnnotation)
|
Dim oElement = Controller.GetElement(oAnnotation)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user