Diferencia entre revisiones de «5»

Contenido eliminado Contenido añadido
Sin resumen de edición
m Revertidos los cambios de 189.186.85.230 (disc.) a la última edición de TXiKiBoT
Línea 9:
 
Se produce el nacimiento de Claudio Tiberio Marco Glabro, en Hispalis.
 
 
 
Private Sub Form1_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles Me.Paint
e.Graphics.DrawLine(Pens.Chocolate, 54, 24, 54, 250)
e.Graphics.DrawLine(Pens.Chocolate, 54, 250, 356, 250)
e.Graphics.DrawRectangle(Pens.Red, 80, 127, 10, 123)
e.Graphics.DrawRectangle(Pens.Blue, 95, 110, 10, 140)
e.Graphics.DrawRectangle(Pens.Red, 150, 100, 10, 150)
e.Graphics.DrawRectangle(Pens.Blue, 165, 70, 10, 180)
e.Graphics.DrawRectangle(Pens.Red, 215, 160, 10, 90)
e.Graphics.DrawRectangle(Pens.Blue, 230, 150, 10, 100)
e.Graphics.DrawRectangle(Pens.Red, 294, 80, 10, 170)
e.Graphics.DrawRectangle(Pens.Blue, 309, 110, 10, 140)
End Sub
 
[[Categoría:5]]