Beispiel #1
0
        protected override void OnMouseUp(MouseEventArgs e)
        {
            doDraw = false;
            this.Invalidate();

            if (Props.isNotifOpen)
            {
                Props.HandleNotifShow();
            }
        }
Beispiel #2
0
 private void ActionCentre_Click(object sender, EventArgs e)
 {
     Props.HandleNotifShow();
 }