added pilot job

This commit is contained in:
2019-09-16 15:05:23 +02:00
parent d8cddb3411
commit b3d3d4550d
5 changed files with 59 additions and 14 deletions

View File

@@ -38,6 +38,7 @@ export default function busRouteList(globalData: GlobalData) {
routeMenu.AddItem(sendItem);
routeMenu.AddItem(cancelItem);
routeMenu.Visible = true;
routeText = "Kurz 1";
routeMenu.ListChange.on((item, index) => {
switch (item.Text) {