2 using System.Collections.Generic;
16 InitializeComponent();
32 private void UpdateNotfication_Shown(
object sender, EventArgs e)
34 Screen Screen = Screen.FromControl(
this);
36 if ((Screen.AllScreens.Length > 1 && Screen.FromControl(
this).Primary))
39 NotificationNormal.Visible =
false;
40 NoticficationRotated.Visible =
true;
45 NotificationNormal.Visible =
true;
46 NoticficationRotated.Visible =
false;
55 private void CloseTimer_Tick(
object sender, EventArgs e)
60 private void TopTimer_Tick(
object sender, EventArgs e)
static void ShowNotification()