示例#1
0
文件: Form1.cs 项目: ama6nen/skidsim
        protected override void OnMouseUp(MouseEventArgs e)
        {
            doDraw = false;
            this.Invalidate();

            if (Props.isNotifOpen)
            {
                Props.HandleNotifShow();
            }
        }
示例#2
0
文件: Form1.cs 项目: ama6nen/skidsim
 private void ActionCentre_Click(object sender, EventArgs e)
 {
     Props.HandleNotifShow();
 }