File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2727using System . Windows . Forms ;
2828using GNU . Gettext ;
2929using GNU . Gettext . WinForms ;
30+ using Menu . Notifications ;
3031using Orts . Formats . OR ;
3132using ORTS . Common ;
3233using ORTS . Menu ;
Original file line number Diff line number Diff line change 3131using ORTS . Settings ;
3232using ORTS . Updater ;
3333using static ORTS . Common . SystemInfo ;
34- using static Menu . NotificationPage ;
34+ using static Menu . Notifications . NotificationPage ;
3535
3636// Behaviour
3737// Notifications are read only once as a background task at start into Notifications.
4040// the visibility of each notification in NotificationList is re-assessed. Also its date.
4141// Every time the user selects a different notification page, the panel is re-loaded with items for that page.
4242
43- namespace Menu
43+ namespace Menu . Notifications
4444{
4545 public class NotificationManager
4646 {
Original file line number Diff line number Diff line change 2424using Button = System . Windows . Forms . Button ;
2525using Image = System . Drawing . Image ;
2626
27- namespace Menu
27+ namespace Menu . Notifications
2828{
2929 /// <summary>
3030 /// Holds presentation details of the current notification displayed on the panel.
Original file line number Diff line number Diff line change 1818using System . Collections . Generic ;
1919
2020
21- namespace Menu
21+ namespace Menu . Notifications
2222{
2323 public class Notifications
2424 {
You can’t perform that action at this time.
0 commit comments