Example #1
0
 public void PrintDroidList()
 {   //Method to print the list of droids we get from the DroidCollector
     Console.WriteLine(collector.GetDroidList());
 }