This commit is contained in:
SchreiberM
2015-10-19 14:53:16 +02:00
parent c74e5434b9
commit b228bae28a
8 changed files with 111 additions and 48 deletions

View File

@@ -289,6 +289,7 @@ Public Class frmFormInput
' XML-Datei öffnen und laden
xml.Load(newfilename)
xml.Save(newfilename)
TEMP_FILES.Add(newfilename)
Dim windreamSucheErgebnisse As WMObjects = Me._windream.GetSearchDocuments(newfilename)
If Not IsNothing(windreamSucheErgebnisse) AndAlso windreamSucheErgebnisse.Count > 0 Then
AxObjectListControl.SetIconMode(True)