updated planner, added statusbericht, fixed spelling in lastenheft

This commit is contained in:
2019-05-16 14:41:23 +02:00
parent adfafe1fc6
commit 60e9f7f4ad
9 changed files with 386 additions and 338 deletions

View File

@ -5,6 +5,6 @@ import org.hso.texturesyncclient.view.mainView.MainView
import org.hso.texturesyncclient.view.startupView.StartupView
import tornadofx.App
class Main: App(MainView::class){
class Main: App(StartupView::class){
}