Ejemplo n.º 1
0
 public override string ToString()
 {
     return(Date.ToShortDateString() + Name.PadLeft(40) + Attempts.ToString().PadLeft(40));
 }