neu
This commit is contained in:
@@ -117,9 +117,9 @@ Public Class rptAuswertung
|
||||
|
||||
'Abwechselnd grauen und wei<65>en Hintergrund
|
||||
If (dummycount Mod 2) = 0 Then
|
||||
Detail1.BackColor = Drawing.Color.White
|
||||
Detail1.BackColor = Color.White
|
||||
Else
|
||||
Detail1.BackColor = Drawing.Color.WhiteSmoke
|
||||
Detail1.BackColor = Color.WhiteSmoke
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user