jj 06.10 diagram

This commit is contained in:
JenneJ
2016-10-06 16:00:04 +02:00
parent cebb7cd0f2
commit 4ac94522d7
12 changed files with 396 additions and 67 deletions

View File

@@ -160,7 +160,7 @@ Public Class ClassLayout
End Sub
Public Function Load() As System.Collections.Generic.List(Of ClassSetting)
Dim Result As System.Collections.Generic.List(Of ClassSetting) = New System.Collections.Generic.List(Of ClassSetting)()
Dim Result As List(Of ClassSetting) = New List(Of ClassSetting)()
If Not File.Exists(_filename) Then
Return Result