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