Added a new ui

This commit is contained in:
2025-07-19 02:49:23 +02:00
parent 71535ec456
commit 732d7c8295
10 changed files with 635 additions and 199 deletions

View File

@@ -11,4 +11,5 @@ public class TimeTable
public string Direction { get; set; } // e.g. "Farsta Strand station"
public string JourneyDetailRef { get; set; } // e.g. "1|39437|0|1|15072025"
public List<string> Notes { get; set; } // e.g. "Pendeltåg", "Endast 2 klass"
public string InternalTransportationName { get; set; } // e.g. "Pendeltåg 43"
}