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 27
27
using System . Windows . Forms ;
28
28
using GNU . Gettext ;
29
29
using GNU . Gettext . WinForms ;
30
+ using Menu . Notifications ;
30
31
using Orts . Formats . OR ;
31
32
using ORTS . Common ;
32
33
using ORTS . Menu ;
Original file line number Diff line number Diff line change 31
31
using ORTS . Settings ;
32
32
using ORTS . Updater ;
33
33
using static ORTS . Common . SystemInfo ;
34
- using static Menu . NotificationPage ;
34
+ using static Menu . Notifications . NotificationPage ;
35
35
36
36
// Behaviour
37
37
// Notifications are read only once as a background task at start into Notifications.
40
40
// the visibility of each notification in NotificationList is re-assessed. Also its date.
41
41
// Every time the user selects a different notification page, the panel is re-loaded with items for that page.
42
42
43
- namespace Menu
43
+ namespace Menu . Notifications
44
44
{
45
45
public class NotificationManager
46
46
{
Original file line number Diff line number Diff line change 24
24
using Button = System . Windows . Forms . Button ;
25
25
using Image = System . Drawing . Image ;
26
26
27
- namespace Menu
27
+ namespace Menu . Notifications
28
28
{
29
29
/// <summary>
30
30
/// Holds presentation details of the current notification displayed on the panel.
Original file line number Diff line number Diff line change 18
18
using System . Collections . Generic ;
19
19
20
20
21
- namespace Menu
21
+ namespace Menu . Notifications
22
22
{
23
23
public class Notifications
24
24
{
You can’t perform that action at this time.
0 commit comments