Esempio n. 1
0
 static void RecentWatchlist()
 {
     if (watchlist != null)
     {
         Console.WriteLine("Recent adds to your watchlist: " +
                           watchlist.RecentEntreesToString());
     }
     else
     {
         Console.WriteLine("Your watchlist is empty.");
     }
 }