Example #1
0
 static void Main(string[] args)
 {
     if (args.Length < 2)
     {
         Console.WriteLine("Recipe13_3 [Google Key] [Site to Scan]");
     }
     else
     {
         key = args[0];
         WhenBorn when = new WhenBorn();
         when.Process(args[1]);
     }
 }
 static void Main(string[] args)
 {
     if (args.Length < 2)
     {
         Console.WriteLine("Recipe13_3 [Google Key] [Site to Scan]");
     }
     else
     {
         key = args[0];
         WhenBorn when = new WhenBorn();
         when.Process(args[1]);
     }
 }