-
Notifications
You must be signed in to change notification settings - Fork 1
/
_Imports.cs
94 lines (94 loc) · 5.53 KB
/
_Imports.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
global using Microsoft.AspNetCore.Components.Web;
global using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
global using CairoMetro;
global using CairoMetro.Model;
global using static CairoMetro.Model.Line;
namespace CairoMetro;
public static class Loaders
{
public static Station[] Map => [
new(19, "Sadat", Line2, "top:50.75%; left:47.95%;", true),
new(21, "Ataba", Line3, "top:45.1%; left:18.7%;", true),
new(22, "Al-Shohadaa", Line2, "top:42.5%; left:45%;", true),
new(20, "Nasser", Line1, "top:48.35%; left:36.2%;", true),
// Switchers complete
new(1, "Helwan", Line1, "top:96.7%; left:65.45%;"),
new(2, "Ain Helwan", Line1, "top:94.65%; left:65.45%;"),
new(3, "Helwan University", Line1, "top:91.95%; left:65.45%;"),
new(4, "Wadi Hof", Line1, "top:89.25%; left:65.45%;"),
new(5, "Hadayek Helwan", Line1, "top:86.9%; left:65.45%;"),
new(6, "El-Maasara", Line1, "top:84.2%; left:65.45%;"),
new(7, "Tora El-Asmant", Line1, "top:81.8%; left:65.45%;"),
new(8, "Kozzika", Line1, "top:79.25%; left:65.45%;"),
new(9, "Tora El-Balad", Line1, "top:76.8%; left:65.45%;"),
new(10, "Sakanat El-Maadi", Line1, "top:74.45%; left:65.45%;"),
new(11, "Maadi", Line1, "top:71.55%; left:65.20%;"),
new(12, "Hadayek El-Maadi", Line1, "top:68.85%; left:65.45%;"),
new(13, "Dar El-Salam", Line1, "top:66.45%; left:65.45%;"),
new(14, "El-Zahraa'", Line1, "top:63.75%; left:65.45%;"),
new(15, "Mar Girgis", Line1, "top:61%; left:65.45%;"),
new(16, "El-Malek El-Saleh", Line1, "top:58.15%; left:65.45%;"),
new(17, "Al-Sayeda Zeinab", Line1, "top:55.2%; left:65.45%;"),
new(18, "Saad Zaghloul", Line1, "top:52.75%; left:65.45%;"),
new(21, "Orabi", Line1, "top:45%; left:65.45%;"),
new(23, "Ghamra", Line1, "top:40%; left:65.45%;"),
new(24, "El-Demerdash", Line1, "top:37.65%; left:65.45%;"),
new(25, "Manshiet El-Sadr", Line1, "top:34.95%; left:65.45%;"),
new(26, "Kobri El-Qobba", Line1, "top:32.6%; left:65.45%;"),
new(27, "Hammamat El-Qobba", Line1, "top:29.8%; left:65.45%;"),
new(28, "Saray El-Qobba", Line1, "top:26.6%; left:65.45%;"),
new(29, "Hadayeq El-Zaitoun", Line1, "top:24.25%; left:65.45%;"),
new(30, "Helmeyet El-Zaitoun", Line1, "top:21.55%; left:65.45%;"),
new(31, "El-Matareyya", Line1, "top:19.2%; left:65.45%;"),
new(32, "Ain Shams", Line1, "top:16.5%; left:65.45%;"),
new(33, "Ezbet El-Nakhl", Line1, "top:14.15%; left:65.45%;"),
new(34, "El-Marg", Line1, "top:11.4%; left:65.45%;"),
new(35, "New El-Marg", Line1, "top:9%; left:65.45%;"),
//Line ONE Complete
new(10, "El-Mounib", Line2, "top:75.6%; left:36.2%;"),
new(11, "Sakiat Mekky", Line2, "top:72.75%; left:36.2%;"),
new(12, "Omm El-Masryeen", Line2, "top:69.95%; left:36.2%;"),
new(13, "Giza", Line2, "top:67%; left:36.2%;"),
new(14, "Faisal", Line2, "top:64.2%; left:36.2%;"),
new(15, "Cairo University", Line2, "top:61.4%; left:36.2%;"),
new(16, "El Bohoth", Line2, "top:58.6%; left:36.2%;"),
new(17, "Dokki", Line2, "top:55.7%; left:36.2%;"),
new(18, "Opera", Line2, "top:52.8%; left:36.2%;"),
new(20, "Mohamed Naguib", Line2, "top:46.5%; left:36.2%;"),
new(23, "Masarra", Line2, "top:39.7%; left:36.2%;"),
new(24, "Rod El-Farag", Line2, "top:36.8%; left:36.2%;"),
new(25, "St. Teresa", Line2, "top:34%; left:36.2%;"),
new(26, "Khalafawy", Line2, "top:31.15%; left:36.2%;"),
new(27, "Mezallat", Line2, "top:28.3%; left:36.2%;"),
new(28, "Kolleyyet El-Zeraa", Line2, "top:25.45%; left:36.2%;"),
new(29, "Shubra El-Kheima", Line2, "top:22.4%; left:36.2%;"),
//Line TWO Complete
new(39, "Adly Mansour", Line3, "top:1%; left:4.55%;"),
new(38, "Hikestep", Line3, "top:3.5%; left:4.55%;"),
new(37, "Omar ibn Al-khattab", Line3, "top:5.6%; left:4.55%;"),
new(36, "Kebaa", Line3, "top:8%; left:4.55%;"),
new(35, "Hisham Barakat", Line3, "top:10.5%; left:4.55%;"),
new(34, "El-Nozha", Line3, "top:12.95%; left:4.55%;"),
new(33, "El-Shams Club", Line3, "top:15%; left:4.55%;"),
new(32, "Alf Masken", Line3, "top:17.65%; left:4.55%;"),
new(31, "Heliopolis Square", Line3, "top:19.95%; left:4.55%;"),
new(30, "Haroun", Line3, "top:22.45%; left:4.55%;"),
new(29, "Al-Ahram", Line3, "top:24.9%; left:4.55%;"),
new(28, "Koleyet El Banat", Line3, "top:27.4%; left:4.55%;"),
new(27, "Cairo Stadium", Line3, "top:29.85%; left:4.55%;"),
new(26, "Fair Zone", Line3, "top:32.35%; left:4.55%;"),
new(25, "Abbassia", Line3, "top:34.8%; left:4.55%;"),
new(24, "Abdou Pasha", Line3, "top:37.3%; left:4.55%;"),
new(23, "El Geish", Line3, "top:39.7%; left:4.55%;"),
new(22, "Bab El Shaaria", Line3, "top:42.2%; left:4.55%;"),
new(19, "Maspero", Line3, "top:50%; left:4.55%;"),
new(18, "Safaa Hijazy", Line3, "top:52%; left:4.55%;"),
new(17, "Kit-Kat", Line3, "top:54.5%; left:4.55%;"),
new(16, "Sudan", Line3, "top:56.7%; left:4.55%;"),
new(15, "Imbaba", Line3, "top:59.25%; left:4.55%;"),
new(14, "El-Bohy", Line3, "top:61.5%; left:4.55%;"),
new(13, "El-Qawmia", Line3, "top:64%; left:4.55%;"),
new(12, "Ring Road", Line3, "top:67%; left:4.55%;"),
new(11, "Rod El Fara Corridor", Line3, "top:70%; left:4.55%;"),
];
}