Example #1
0
 internal new void List()
 {
     Console.WriteLine("{0,-12} {1,-12} {2,-12} {3,-12} Dauer {4:F2} min", Signatur, Typ, (Titel.Length > 12) ? Titel.Substring(0, 12): Titel, Leihstatus, laufzeit);
 }
Example #2
0
 internal new void List()
 {
     Console.WriteLine("{0,-12} {1,-12} {2,-12} {3,-12} Seitenzahl {4,-12}", Signatur, Typ, (Titel.Length > 12) ? Titel.Substring(0, 12) : Titel, Leihstatus, seitenzahl);
 }