neu
This commit is contained in:
@@ -35,7 +35,7 @@ Public Class subrptBriefSDL_UTA
|
||||
|
||||
'Abwechselnd grauen und wei<65>en Hintergrund
|
||||
If (dummycount Mod 2) = 0 Then
|
||||
Detail.BackColor = Drawing.Color.White
|
||||
Detail.BackColor = Color.White
|
||||
Else
|
||||
Detail.BackColor = Color.FromArgb(250, 250, 250)
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user