From 5b19fab8d6b101367aaccd3cdcb26e46db9b44f0 Mon Sep 17 00:00:00 2001 From: william341 Date: Sat, 23 Jul 2016 12:29:30 -0700 Subject: DISCLAIMER IN ALL CAPS JUST SO NO ONE SUES US --- source/WindowsFormsApplication1/CreditScroller.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/WindowsFormsApplication1/CreditScroller.cs') diff --git a/source/WindowsFormsApplication1/CreditScroller.cs b/source/WindowsFormsApplication1/CreditScroller.cs index ff0a206..e0c5547 100644 --- a/source/WindowsFormsApplication1/CreditScroller.cs +++ b/source/WindowsFormsApplication1/CreditScroller.cs @@ -269,5 +269,10 @@ namespace ShiftOS xVel = Math.Abs(xVel); lbllevelandtime.Text = "Level: " + level + " - " + secondsleft + " Seconds Left"; } + + private void lbgametitle_Click(object sender, EventArgs e) + { + + } } } -- cgit v1.2.3