neu
This commit is contained in:
@@ -20,7 +20,7 @@ Public Class usrctStatistik
|
||||
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
|
||||
Dim g As Graphics = Panel1.CreateGraphics
|
||||
g.Clear(Color.FromArgb(245, 245, 245))
|
||||
Dim p As Panel = DirectCast(sender, Panel)
|
||||
Dim p As Panel = Panel1 'DirectCast(sender, Panel)
|
||||
'Jahre:
|
||||
Dim topbound = 10
|
||||
For i = 2013 To Now.Year
|
||||
|
||||
Reference in New Issue
Block a user