Exemplo n.º 1
0
 public void Print()
 {
     Console.WriteLine(Title);
     Console.WriteLine(Description);
     Console.WriteLine("Posted " + WhenCreated.ToString("dd.MM.yyyy HH:mm:ss"));
     Console.WriteLine("Votes: " + Votes);
 }