jj 22.09 calendar

This commit is contained in:
JenneJ
2016-09-22 17:11:38 +02:00
parent 980a20435c
commit 30aca1d125
6 changed files with 69 additions and 54 deletions

View File

@@ -60,7 +60,7 @@
Try
SchedulerControl1.RestoreLayoutFromXml(XMLPath)
Catch notFoundEx As System.IO.FileNotFoundException
MsgBox("Das Kalender Layout konnte nicht gefunden werden. Es wird beim Schließen der Form angelegt.", MsgBoxStyle.Information)
'MsgBox("Das Kalender Layout konnte nicht gefunden werden. Es wird beim Schließen der Form angelegt.", MsgBoxStyle.Information)
Catch ex As Exception
MsgBox("Das Kalender Layout konnte nicht geladen werden:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
End Try